Html Css Color HEX #BB66EC Medium Orchid

📋 copy color: '#BB66EC'

red 187 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #BB66EC

Tints of Medium Orchid #BB66EC

RGB

 RED value IS 187 (73.44% from 255) = 35.62%

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 35.62%
G = 19.43%
B = 44.95%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB66EC (or 0xBB66EC) is known color: Medium Orchid. HEX triplet: BB, 66 and EC. RGB value is (187,102,236). Sum of RGB (Red+Green+Blue) = 187+102+236=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66EC is #449913. Grayscale: #8E8E8E. Windows color (decimal): -4495636 or 15492795. OLE color: 15492795.

HSL color Cylindrical-coordinate representation of color #BB66EC: hue angle of 278.06º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB66EC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 102 236 -
CMYK 0.21 0.57 0 0.07
HSL 278.06º 0.78% 0.66% -
HSV(B) 278.06º 0.57% 0.93% -
XYZ 40.39 26.12 82.27 -
YUV 142.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 187 102 236 0.21 0.57 0 0.07 278.06 0.78 0.66
Hex BB 66 EC 15 39 0 7 116 4E 42
Octal 273 146 354 25 71 0 7 426 116 102
Binary 10111011 1100110 11101100 10101 111001 0 111 100010110 1001110 1000010

Color Harmonies of #BB66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66EC

Black with #BB66EC

Text Example


Text Example

White with #BB66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66EC; }

 p { color: rgb(187,102,236); }

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

background-color css

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

 a { background-color: rgb(187,102,236); }

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

border-color css

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

 span { border-color: rgb(187,102,236); }

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