Html Css Color HEX #BB6EE0 Medium Orchid

📋 copy color: '#BB6EE0'

red 187 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #BB6EE0

Tints of Medium Orchid #BB6EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 35.89%
G = 21.11%
B = 42.99%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB6EE0 (or 0xBB6EE0) is known color: Medium Orchid. HEX triplet: BB, 6E and E0. RGB value is (187,110,224). Sum of RGB (Red+Green+Blue) = 187+110+224=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EE0 is #44911F. Grayscale: #919191. Windows color (decimal): -4493600 or 14708411. OLE color: 14708411.

HSL color Cylindrical-coordinate representation of color #BB6EE0: hue angle of 280.53º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6EE0 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 110 224 -
CMYK 0.17 0.51 0 0.12
HSL 280.53º 0.65% 0.65% -
HSV(B) 280.53º 0.51% 0.88% -
XYZ 39.52 27.1 73.67 -
YUV 146.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 187 110 224 0.17 0.51 0 0.12 280.53 0.65 0.65
Hex BB 6E E0 11 33 0 C 119 41 41
Octal 273 156 340 21 63 0 14 431 101 101
Binary 10111011 1101110 11100000 10001 110011 0 1100 100011001 1000001 1000001

Color Harmonies of #BB6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6EE0

Black with #BB6EE0

Text Example


Text Example

White with #BB6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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