Html Css Color HEX #B58BB4 London Hue

📋 copy color: '#B58BB4'

red 181 ◦ green 139 ◦ blue 180

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

Shades of London Hue #B58BB4

Tints of London Hue #B58BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36%

R = 36.2%
G = 27.8%
B = 36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B58BB4 (or 0xB58BB4) is known color: London Hue. HEX triplet: B5, 8B and B4. RGB value is (181,139,180). Sum of RGB (Red+Green+Blue) = 181+139+180=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BB4 is #4A744B. Grayscale: #9C9C9C. Windows color (decimal): -4879436 or 11832245. OLE color: 11832245.

HSL color Cylindrical-coordinate representation of color #B58BB4: hue angle of 301.43º 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 #B58BB4 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 139 180 -
CMYK 0 0.23 0.01 0.29
HSL 301.43º 0.22% 0.63% -
HSV(B) 301.43º 0.23% 0.71% -
XYZ 36.53 31.58 47.35 -
YUV 156.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 181 139 180 0 0.23 0.01 0.29 301.43 0.22 0.63
Hex B5 8B B4 0 17 1 1D 12D 16 3F
Octal 265 213 264 0 27 1 35 455 26 77
Binary 10110101 10001011 10110100 0 10111 1 11101 100101101 10110 111111

Color Harmonies of #B58BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BB4

Black with #B58BB4

Text Example


Text Example

White with #B58BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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