Html Css Color HEX #BB81BB London Hue

📋 copy color: '#BB81BB'

red 187 ◦ green 129 ◦ blue 187

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

Shades of London Hue #BB81BB

Tints of London Hue #BB81BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 37.18%
G = 25.65%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB81BB (or 0xBB81BB) is known color: London Hue. HEX triplet: BB, 81 and BB. RGB value is (187,129,187). Sum of RGB (Red+Green+Blue) = 187+129+187=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81BB is #447E44. Grayscale: #989898. Windows color (decimal): -4488773 or 12288443. OLE color: 12288443.

HSL color Cylindrical-coordinate representation of color #BB81BB: hue angle of 300º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB81BB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 187 -
CMYK 0 0.31 0 0.27
HSL 300º 0.3% 0.62% -
HSV(B) 300º 0.31% 0.73% -
XYZ 37.31 29.85 50.81 -
YUV 152.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 187 129 187 0 0.31 0 0.27 300 0.3 0.62
Hex BB 81 BB 0 1F 0 1B 12C 1E 3E
Octal 273 201 273 0 37 0 33 454 36 76
Binary 10111011 10000001 10111011 0 11111 0 11011 100101100 11110 111110

Color Harmonies of #BB81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81BB

Black with #BB81BB

Text Example


Text Example

White with #BB81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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