Html Css Color HEX #BC66CB Medium Orchid

📋 copy color: '#BC66CB'

red 188 ◦ green 102 ◦ blue 203

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

Shades of Medium Orchid #BC66CB

Tints of Medium Orchid #BC66CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.69%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 38.13%
G = 20.69%
B = 41.18%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC66CB (or 0xBC66CB) is known color: Medium Orchid. HEX triplet: BC, 66 and CB. RGB value is (188,102,203). Sum of RGB (Red+Green+Blue) = 188+102+203=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66CB is #439934. Grayscale: #8A8A8A. Windows color (decimal): -4430133 or 13330108. OLE color: 13330108.

HSL color Cylindrical-coordinate representation of color #BC66CB: hue angle of 291.09º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC66CB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 102 203 -
CMYK 0.07 0.50 0 0.20
HSL 291.09º 0.49% 0.6% -
HSV(B) 291.09º 0.5% 0.8% -
XYZ 36.27 24.51 59.32 -
YUV 139.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 188 102 203 0.07 0.50 0 0.20 291.09 0.49 0.6
Hex BC 66 CB 7 32 0 14 123 31 3C
Octal 274 146 313 7 62 0 24 443 61 74
Binary 10111100 1100110 11001011 111 110010 0 10100 100100011 110001 111100

Color Harmonies of #BC66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66CB

Black with #BC66CB

Text Example


Text Example

White with #BC66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66CB; }

 p { color: rgb(188,102,203); }

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

background-color css

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

 a { background-color: rgb(188,102,203); }

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

border-color css

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

 span { border-color: rgb(188,102,203); }

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