Html Css Color HEX #B581B3 London Hue

📋 copy color: '#B581B3'

red 181 ◦ green 129 ◦ blue 179

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

Shades of London Hue #B581B3

Tints of London Hue #B581B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 37.01%
G = 26.38%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B581B3 (or 0xB581B3) is known color: London Hue. HEX triplet: B5, 81 and B3. RGB value is (181,129,179). Sum of RGB (Red+Green+Blue) = 181+129+179=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B581B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581B3 is #4A7E4C. Grayscale: #969696. Windows color (decimal): -4881997 or 11764149. OLE color: 11764149.

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

Color convert

RGB 181 129 179 -
CMYK 0 0.29 0.01 0.29
HSL 302.31º 0.26% 0.61% -
HSV(B) 302.31º 0.29% 0.71% -
XYZ 35.04 28.78 46.36 -
YUV 150.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 181 129 179 0 0.29 0.01 0.29 302.31 0.26 0.61
Hex B5 81 B3 0 1D 1 1D 12E 1A 3D
Octal 265 201 263 0 35 1 35 456 32 75
Binary 10110101 10000001 10110011 0 11101 1 11101 100101110 11010 111101

Color Harmonies of #B581B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581B3

Black with #B581B3

Text Example


Text Example

White with #B581B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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