Html Css Color HEX #BC66E6 Medium Orchid

📋 copy color: '#BC66E6'

red 188 ◦ green 102 ◦ blue 230

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

Shades of Medium Orchid #BC66E6

Tints of Medium Orchid #BC66E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.23%

R = 36.15%
G = 19.62%
B = 44.23%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC66E6 (or 0xBC66E6) is known color: Medium Orchid. HEX triplet: BC, 66 and E6. RGB value is (188,102,230). Sum of RGB (Red+Green+Blue) = 188+102+230=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66E6 is #439919. Grayscale: #8D8D8D. Windows color (decimal): -4430106 or 15099580. OLE color: 15099580.

HSL color Cylindrical-coordinate representation of color #BC66E6: hue angle of 280.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC66E6 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 102 230 -
CMYK 0.18 0.56 0 0.10
HSL 280.31º 0.72% 0.65% -
HSV(B) 280.31º 0.56% 0.9% -
XYZ 39.77 25.91 77.77 -
YUV 142.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 188 102 230 0.18 0.56 0 0.10 280.31 0.72 0.65
Hex BC 66 E6 12 38 0 A 118 48 41
Octal 274 146 346 22 70 0 12 430 110 101
Binary 10111100 1100110 11100110 10010 111000 0 1010 100011000 1001000 1000001

Color Harmonies of #BC66E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66E6

Black with #BC66E6

Text Example


Text Example

White with #BC66E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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