Html Css Color HEX #BB81BE London Hue

📋 copy color: '#BB81BE'

red 187 ◦ green 129 ◦ blue 190

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

Shades of London Hue #BB81BE

Tints of London Hue #BB81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.49%

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 36.96%
G = 25.49%
B = 37.55%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB81BE (or 0xBB81BE) is known color: London Hue. HEX triplet: BB, 81 and BE. RGB value is (187,129,190). Sum of RGB (Red+Green+Blue) = 187+129+190=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81BE is #447E41. Grayscale: #999999. Windows color (decimal): -4488770 or 12485051. OLE color: 12485051.

HSL color Cylindrical-coordinate representation of color #BB81BE: hue angle of 297.05º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB81BE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 129 190 -
CMYK 0.02 0.32 0 0.25
HSL 297.05º 0.32% 0.63% -
HSV(B) 297.05º 0.32% 0.75% -
XYZ 37.64 29.98 52.52 -
YUV 153.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 187 129 190 0.02 0.32 0 0.25 297.05 0.32 0.63
Hex BB 81 BE 2 20 0 19 129 20 3F
Octal 273 201 276 2 40 0 31 451 40 77
Binary 10111011 10000001 10111110 10 100000 0 11001 100101001 100000 111111

Color Harmonies of #BB81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81BE

Black with #BB81BE

Text Example


Text Example

White with #BB81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81BE; }

 p { color: rgb(187,129,190); }

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

background-color css

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

 a { background-color: rgb(187,129,190); }

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

border-color css

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

 span { border-color: rgb(187,129,190); }

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