Html Css Color HEX #B582AF London Hue

📋 copy color: '#B582AF'

red 181 ◦ green 130 ◦ blue 175

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

Shades of London Hue #B582AF

Tints of London Hue #B582AF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.75%

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

R = 37.24%
G = 26.75%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B582AF (or 0xB582AF) is known color: London Hue. HEX triplet: B5, 82 and AF. RGB value is (181,130,175). Sum of RGB (Red+Green+Blue) = 181+130+175=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B582AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582AF is #4A7D50. Grayscale: #969696. Windows color (decimal): -4881745 or 11502261. OLE color: 11502261.

HSL color Cylindrical-coordinate representation of color #B582AF: hue angle of 307.06º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B582AF is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 175 -
CMYK 0 0.28 0.03 0.29
HSL 307.06º 0.26% 0.61% -
HSV(B) 307.06º 0.28% 0.71% -
XYZ 34.78 28.88 44.3 -
YUV 150.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 181 130 175 0 0.28 0.03 0.29 307.06 0.26 0.61
Hex B5 82 AF 0 1C 3 1D 133 1A 3D
Octal 265 202 257 0 34 3 35 463 32 75
Binary 10110101 10000010 10101111 0 11100 11 11101 100110011 11010 111101

Color Harmonies of #B582AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B582AF

Black with #B582AF

Text Example


Text Example

White with #B582AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B582AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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