Html Css Color HEX #BB81B5 London Hue

📋 copy color: '#BB81B5'

red 187 ◦ green 129 ◦ blue 181

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

Shades of London Hue #BB81B5

Tints of London Hue #BB81B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 37.63%
G = 25.96%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB81B5 (or 0xBB81B5) is known color: London Hue. HEX triplet: BB, 81 and B5. RGB value is (187,129,181). Sum of RGB (Red+Green+Blue) = 187+129+181=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81B5 is #447E4A. Grayscale: #989898. Windows color (decimal): -4488779 or 11895227. OLE color: 11895227.

HSL color Cylindrical-coordinate representation of color #BB81B5: hue angle of 306.21º 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 #BB81B5 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 181 -
CMYK 0 0.31 0.03 0.27
HSL 306.21º 0.3% 0.62% -
HSV(B) 306.21º 0.31% 0.73% -
XYZ 36.68 29.6 47.5 -
YUV 152.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 187 129 181 0 0.31 0.03 0.27 306.21 0.3 0.62
Hex BB 81 B5 0 1F 3 1B 132 1E 3E
Octal 273 201 265 0 37 3 33 462 36 76
Binary 10111011 10000001 10110101 0 11111 11 11011 100110010 11110 111110

Color Harmonies of #BB81B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81B5

Black with #BB81B5

Text Example


Text Example

White with #BB81B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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