Html Css Color HEX #B581B6 London Hue

📋 copy color: '#B581B6'

red 181 ◦ green 129 ◦ blue 182

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

Shades of London Hue #B581B6

Tints of London Hue #B581B6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.22%

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

R = 36.79%
G = 26.22%
B = 36.99%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B581B6 (or 0xB581B6) is known color: London Hue. HEX triplet: B5, 81 and B6. RGB value is (181,129,182). Sum of RGB (Red+Green+Blue) = 181+129+182=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #B581B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581B6 is #4A7E49. Grayscale: #969696. Windows color (decimal): -4881994 or 11960757. OLE color: 11960757.

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

Color convert

RGB 181 129 182 -
CMYK 0.01 0.29 0 0.29
HSL 298.87º 0.27% 0.61% -
HSV(B) 298.87º 0.29% 0.71% -
XYZ 35.35 28.9 47.97 -
YUV 150.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 181 129 182 0.01 0.29 0 0.29 298.87 0.27 0.61
Hex B5 81 B6 1 1D 0 1D 12B 1B 3D
Octal 265 201 266 1 35 0 35 453 33 75
Binary 10110101 10000001 10110110 1 11101 0 11101 100101011 11011 111101

Color Harmonies of #B581B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581B6

Black with #B581B6

Text Example


Text Example

White with #B581B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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