#B58BB7

Color #B58BB7 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B58BB7

Tints of London Hue #B58BB7

Color information

#B58BB7 (or 0xB58BB7) is unknown color: approx London Hue. HEX triplet: B5, 8B and B7. RGB value is (181,139,183). Sum of RGB (Red+Green+Blue) = 181+139+183=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #B58BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BB7 is #4A7448. Grayscale: #9C9C9C. Windows color (decimal): -4879433 or 12028853. OLE color: 12028853.

HSL color Cylindrical-coordinate representation of color #B58BB7: hue angle of 297.27º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B58BB7 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181139183-
CMYK0.010.2400.28
HSL297.27º23.4%63.14%-
HSV(B)297.27º24.04%71.76%-
XYZ36.8431.7148.98-
YUV156.57142.91145.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=35.98%
G=27.63%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811391830.010.2400.28297.2723.463.14
HexB58BB711801C129173f
Octal2652132671300344512777
Binary10110101100010111011011111100001110010010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BB7; }

 p { color: rgb(181,139,183); }

 H1.HeaderClassName
 {
   color: #B58BB7;
 }
 .AnyTagClassName
 {
   color: #B58BB7;
 }
</style>
background-color css

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

 a { background-color: rgb(181,139,183); }

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

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

 span { border-color: rgb(181,139,183); }

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