Html Css Color HEX #B58BB9 London Hue

📋 copy color: '#B58BB9'

red 181 ◦ green 139 ◦ blue 185

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

Shades of London Hue #B58BB9

Tints of London Hue #B58BB9

RGB

 RED value IS 181 (71.09% from 255) = 35.84%

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 35.84%
G = 27.52%
B = 36.63%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B58BB9 (or 0xB58BB9) is known color: London Hue. HEX triplet: B5, 8B and B9. RGB value is (181,139,185). Sum of RGB (Red+Green+Blue) = 181+139+185=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #B58BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BB9 is #4A7446. Grayscale: #9C9C9C. Windows color (decimal): -4879431 or 12159925. OLE color: 12159925.

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

Color convert

RGB 181 139 185 -
CMYK 0.02 0.25 0 0.27
HSL 294.78º 0.25% 0.64% -
HSV(B) 294.78º 0.25% 0.73% -
XYZ 37.05 31.79 50.08 -
YUV 156.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 181 139 185 0.02 0.25 0 0.27 294.78 0.25 0.64
Hex B5 8B B9 2 19 0 1B 127 19 40
Octal 265 213 271 2 31 0 33 447 31 100
Binary 10110101 10001011 10111001 10 11001 0 11011 100100111 11001 1000000

Color Harmonies of #B58BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BB9

Black with #B58BB9

Text Example


Text Example

White with #B58BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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