Html Css Color HEX #BC6FD9 Medium Orchid

📋 copy color: '#BC6FD9'

red 188 ◦ green 111 ◦ blue 217

#BC6FD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BC6FD9

Tints of Medium Orchid #BC6FD9

RGB

 RED value IS 188 (73.83% from 255) = 36.43%

 GREEN value IS 111 (43.75% from 255) = 21.51%

 BLUE value IS 217 (85.16% from 255) = 42.05%

R = 36.43%
G = 21.51%
B = 42.05%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC6FD9 (or 0xBC6FD9) is known color: Medium Orchid. HEX triplet: BC, 6F and D9. RGB value is (188,111,217). Sum of RGB (Red+Green+Blue) = 188+111+217=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC6FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FD9 is #439026. Grayscale: #919191. Windows color (decimal): -4427815 or 14249916. OLE color: 14249916.

HSL color Cylindrical-coordinate representation of color #BC6FD9: hue angle of 283.58º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6FD9 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 111 217 -
CMYK 0.13 0.49 0 0.15
HSL 283.58º 0.58% 0.64% -
HSV(B) 283.58º 0.49% 0.85% -
XYZ 38.95 27.07 68.82 -
YUV 146.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 188 111 217 0.13 0.49 0 0.15 283.58 0.58 0.64
Hex BC 6F D9 D 31 0 F 11C 3A 40
Octal 274 157 331 15 61 0 17 434 72 100
Binary 10111100 1101111 11011001 1101 110001 0 1111 100011100 111010 1000000

Color Harmonies of #BC6FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FD9

Black with #BC6FD9

Text Example


Text Example

White with #BC6FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FD9; }

 p { color: rgb(188,111,217); }

 H1.HeaderClassName
 {
   color: #BC6FD9;
 }
 .AnyTagClassName
 {
   color: #BC6FD9;
 }
</style>

background-color css

<style>
 a { background-color: #BC6FD9; }

 a { background-color: rgb(188,111,217); }

 div.DivClassName
 {
   background-color: #BC6FD9;
 }
 .BgClassName
 {
   background-color: #BC6FD9;
 }
</style>

border-color css

<style>
 span { border-color: #BC6FD9; }

 span { border-color: rgb(188,111,217); }

 td.TdClassName
 {
   border-color: #BC6FD9;
 }
 .TagClassName
 {
   border-color: #BC6FD9;
 }
</style>