Html Css Color HEX #B58CB5 London Hue

📋 copy color: '#B58CB5'

red 181 ◦ green 140 ◦ blue 181

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

Shades of London Hue #B58CB5

Tints of London Hue #B58CB5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

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

R = 36.06%
G = 27.89%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B58CB5 (or 0xB58CB5) is known color: London Hue. HEX triplet: B5, 8C and B5. RGB value is (181,140,181). Sum of RGB (Red+Green+Blue) = 181+140+181=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B58CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CB5 is #4A734A. Grayscale: #9C9C9C. Windows color (decimal): -4879179 or 11898037. OLE color: 11898037.

HSL color Cylindrical-coordinate representation of color #B58CB5: hue angle of 300º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58CB5 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 181 -
CMYK 0 0.23 0 0.29
HSL 300º 0.22% 0.63% -
HSV(B) 300º 0.23% 0.71% -
XYZ 36.77 31.92 47.94 -
YUV 156.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 181 140 181 0 0.23 0 0.29 300 0.22 0.63
Hex B5 8C B5 0 17 0 1D 12C 16 3F
Octal 265 214 265 0 27 0 35 454 26 77
Binary 10110101 10001100 10110101 0 10111 0 11101 100101100 10110 111111

Color Harmonies of #B58CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CB5

Black with #B58CB5

Text Example


Text Example

White with #B58CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CB5; }

 p { color: rgb(181,140,181); }

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

background-color css

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

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

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

border-color css

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

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

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