Html Css Color HEX #BC66DB Medium Orchid

📋 copy color: '#BC66DB'

red 188 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #BC66DB

Tints of Medium Orchid #BC66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 36.94%
G = 20.04%
B = 43.03%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC66DB (or 0xBC66DB) is known color: Medium Orchid. HEX triplet: BC, 66 and DB. RGB value is (188,102,219). Sum of RGB (Red+Green+Blue) = 188+102+219=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66DB is #439924. Grayscale: #8C8C8C. Windows color (decimal): -4430117 or 14378684. OLE color: 14378684.

HSL color Cylindrical-coordinate representation of color #BC66DB: hue angle of 284.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC66DB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 102 219 -
CMYK 0.14 0.53 0 0.14
HSL 284.1º 0.62% 0.63% -
HSV(B) 284.1º 0.53% 0.86% -
XYZ 38.28 25.31 69.89 -
YUV 141.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 188 102 219 0.14 0.53 0 0.14 284.1 0.62 0.63
Hex BC 66 DB E 35 0 E 11C 3E 3F
Octal 274 146 333 16 65 0 16 434 76 77
Binary 10111100 1100110 11011011 1110 110101 0 1110 100011100 111110 111111

Color Harmonies of #BC66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66DB

Black with #BC66DB

Text Example


Text Example

White with #BC66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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