Html Css Color HEX #B581B9 London Hue

📋 copy color: '#B581B9'

red 181 ◦ green 129 ◦ blue 185

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

Shades of London Hue #B581B9

Tints of London Hue #B581B9

RGB

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

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

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

R = 36.57%
G = 26.06%
B = 37.37%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B581B9 (or 0xB581B9) is known color: London Hue. HEX triplet: B5, 81 and B9. RGB value is (181,129,185). Sum of RGB (Red+Green+Blue) = 181+129+185=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #B581B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581B9 is #4A7E46. Grayscale: #969696. Windows color (decimal): -4881991 or 12157365. OLE color: 12157365.

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

Color convert

RGB 181 129 185 -
CMYK 0.02 0.30 0 0.27
HSL 295.71º 0.29% 0.62% -
HSV(B) 295.71º 0.3% 0.73% -
XYZ 35.66 29.03 49.62 -
YUV 150.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 181 129 185 0.02 0.30 0 0.27 295.71 0.29 0.62
Hex B5 81 B9 2 1E 0 1B 128 1D 3E
Octal 265 201 271 2 36 0 33 450 35 76
Binary 10110101 10000001 10111001 10 11110 0 11011 100101000 11101 111110

Color Harmonies of #B581B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581B9

Black with #B581B9

Text Example


Text Example

White with #B581B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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