Html Css Color HEX #B58EB6 London Hue

📋 copy color: '#B58EB6'

red 181 ◦ green 142 ◦ blue 182

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

Shades of London Hue #B58EB6

Tints of London Hue #B58EB6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.12%

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 35.84%
G = 28.12%
B = 36.04%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B58EB6 (or 0xB58EB6) is known color: London Hue. HEX triplet: B5, 8E and B6. RGB value is (181,142,182). Sum of RGB (Red+Green+Blue) = 181+142+182=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 182 - color contains mainly: blue. Hex color #B58EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EB6 is #4A7149. Grayscale: #9E9E9E. Windows color (decimal): -4878666 or 11964085. OLE color: 11964085.

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

Color convert

RGB 181 142 182 -
CMYK 0.01 0.22 0 0.29
HSL 298.5º 0.22% 0.64% -
HSV(B) 298.5º 0.22% 0.71% -
XYZ 37.17 32.55 48.58 -
YUV 158.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 181 142 182 0.01 0.22 0 0.29 298.5 0.22 0.64
Hex B5 8E B6 1 16 0 1D 12A 16 40
Octal 265 216 266 1 26 0 35 452 26 100
Binary 10110101 10001110 10110110 1 10110 0 11101 100101010 10110 1000000

Color Harmonies of #B58EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58EB6

Black with #B58EB6

Text Example


Text Example

White with #B58EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58EB6; }

 p { color: rgb(181,142,182); }

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

background-color css

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

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

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

border-color css

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

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

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