Html Css Color HEX #B580AC London Hue

📋 copy color: '#B580AC'

red 181 ◦ green 128 ◦ blue 172

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

Shades of London Hue #B580AC

Tints of London Hue #B580AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

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

R = 37.63%
G = 26.61%
B = 35.76%

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

#B580AC (or 0xB580AC) is known color: London Hue. HEX triplet: B5, 80 and AC. RGB value is (181,128,172). Sum of RGB (Red+Green+Blue) = 181+128+172=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B580AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580AC is #4A7F53. Grayscale: #949494. Windows color (decimal): -4882260 or 11305141. OLE color: 11305141.

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

Color convert

RGB 181 128 172 -
CMYK 0 0.29 0.05 0.29
HSL 310.19º 0.26% 0.61% -
HSV(B) 310.19º 0.29% 0.71% -
XYZ 34.22 28.24 42.68 -
YUV 148.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 181 128 172 0 0.29 0.05 0.29 310.19 0.26 0.61
Hex B5 80 AC 0 1D 5 1D 136 1A 3D
Octal 265 200 254 0 35 5 35 466 32 75
Binary 10110101 10000000 10101100 0 11101 101 11101 100110110 11010 111101

Color Harmonies of #B580AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580AC

Black with #B580AC

Text Example


Text Example

White with #B580AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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