Html Css Color HEX #BB6EEA Medium Orchid

📋 copy color: '#BB6EEA'

red 187 ◦ green 110 ◦ blue 234

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

Shades of Medium Orchid #BB6EEA

Tints of Medium Orchid #BB6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.72%

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

R = 35.22%
G = 20.72%
B = 44.07%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB6EEA (or 0xBB6EEA) is known color: Medium Orchid. HEX triplet: BB, 6E and EA. RGB value is (187,110,234). Sum of RGB (Red+Green+Blue) = 187+110+234=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EEA is #449115. Grayscale: #929292. Windows color (decimal): -4493590 or 15363771. OLE color: 15363771.

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

Color convert

RGB 187 110 234 -
CMYK 0.20 0.53 0 0.08
HSL 277.26º 0.75% 0.67% -
HSV(B) 277.26º 0.53% 0.92% -
XYZ 40.92 27.66 81.02 -
YUV 147.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 187 110 234 0.20 0.53 0 0.08 277.26 0.75 0.67
Hex BB 6E EA 14 35 0 8 115 4B 43
Octal 273 156 352 24 65 0 10 425 113 103
Binary 10111011 1101110 11101010 10100 110101 0 1000 100010101 1001011 1000011

Color Harmonies of #BB6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EEA

Black with #BB6EEA

Text Example


Text Example

White with #BB6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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