Html Css Color HEX #B581AC London Hue

📋 copy color: '#B581AC'

red 181 ◦ green 129 ◦ blue 172

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

Shades of London Hue #B581AC

Tints of London Hue #B581AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 37.55%
G = 26.76%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B581AC (or 0xB581AC) is known color: London Hue. HEX triplet: B5, 81 and AC. RGB value is (181,129,172). Sum of RGB (Red+Green+Blue) = 181+129+172=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B581AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B581AC is #4A7E53. Grayscale: #959595. Windows color (decimal): -4882004 or 11305397. OLE color: 11305397.

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

Color convert

RGB 181 129 172 -
CMYK 0 0.29 0.05 0.29
HSL 310.38º 0.26% 0.61% -
HSV(B) 310.38º 0.29% 0.71% -
XYZ 34.35 28.5 42.72 -
YUV 149.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 181 129 172 0 0.29 0.05 0.29 310.38 0.26 0.61
Hex B5 81 AC 0 1D 5 1D 136 1A 3D
Octal 265 201 254 0 35 5 35 466 32 75
Binary 10110101 10000001 10101100 0 11101 101 11101 100110110 11010 111101

Color Harmonies of #B581AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581AC

Black with #B581AC

Text Example


Text Example

White with #B581AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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