Html Css Color HEX #BB66EA Medium Orchid

📋 copy color: '#BB66EA'

red 187 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #BB66EA

Tints of Medium Orchid #BB66EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 35.76%
G = 19.5%
B = 44.74%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB66EA (or 0xBB66EA) is known color: Medium Orchid. HEX triplet: BB, 66 and EA. RGB value is (187,102,234). Sum of RGB (Red+Green+Blue) = 187+102+234=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66EA is #449915. Grayscale: #8E8E8E. Windows color (decimal): -4495638 or 15361723. OLE color: 15361723.

HSL color Cylindrical-coordinate representation of color #BB66EA: hue angle of 278.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB66EA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 102 234 -
CMYK 0.20 0.56 0 0.08
HSL 278.64º 0.76% 0.66% -
HSV(B) 278.64º 0.56% 0.92% -
XYZ 40.1 26.01 80.75 -
YUV 142.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 187 102 234 0.20 0.56 0 0.08 278.64 0.76 0.66
Hex BB 66 EA 14 38 0 8 117 4C 42
Octal 273 146 352 24 70 0 10 427 114 102
Binary 10111011 1100110 11101010 10100 111000 0 1000 100010111 1001100 1000010

Color Harmonies of #BB66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66EA

Black with #BB66EA

Text Example


Text Example

White with #BB66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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