Html Css Color HEX #B581AF London Hue

📋 copy color: '#B581AF'

red 181 ◦ green 129 ◦ blue 175

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

Shades of London Hue #B581AF

Tints of London Hue #B581AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 37.32%
G = 26.6%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B581AF (or 0xB581AF) is known color: London Hue. HEX triplet: B5, 81 and AF. RGB value is (181,129,175). Sum of RGB (Red+Green+Blue) = 181+129+175=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B581AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B581AF is #4A7E50. Grayscale: #959595. Windows color (decimal): -4882001 or 11502005. OLE color: 11502005.

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

Color convert

RGB 181 129 175 -
CMYK 0 0.29 0.03 0.29
HSL 306.92º 0.26% 0.61% -
HSV(B) 306.92º 0.29% 0.71% -
XYZ 34.64 28.62 44.26 -
YUV 149.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 181 129 175 0 0.29 0.03 0.29 306.92 0.26 0.61
Hex B5 81 AF 0 1D 3 1D 133 1A 3D
Octal 265 201 257 0 35 3 35 463 32 75
Binary 10110101 10000001 10101111 0 11101 11 11101 100110011 11010 111101

Color Harmonies of #B581AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581AF

Black with #B581AF

Text Example


Text Example

White with #B581AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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