Html Css Color HEX #B482AF London Hue

📋 copy color: '#B482AF'

red 180 ◦ green 130 ◦ blue 175

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

Shades of London Hue #B482AF

Tints of London Hue #B482AF

RGB

 RED value IS 180 (70.7% from 255) = 37.11%

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

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

R = 37.11%
G = 26.8%
B = 36.08%

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

#B482AF (or 0xB482AF) is known color: London Hue. HEX triplet: B4, 82 and AF. RGB value is (180,130,175). Sum of RGB (Red+Green+Blue) = 180+130+175=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B482AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B482AF is #4B7D50. Grayscale: #959595. Windows color (decimal): -4947281 or 11502260. OLE color: 11502260.

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

Color convert

RGB 180 130 175 -
CMYK 0 0.28 0.03 0.29
HSL 306º 0.25% 0.61% -
HSV(B) 306º 0.28% 0.71% -
XYZ 34.54 28.76 44.29 -
YUV 150.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 180 130 175 0 0.28 0.03 0.29 306 0.25 0.61
Hex B4 82 AF 0 1C 3 1D 132 19 3D
Octal 264 202 257 0 34 3 35 462 31 75
Binary 10110100 10000010 10101111 0 11100 11 11101 100110010 11001 111101

Color Harmonies of #B482AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482AF

Black with #B482AF

Text Example


Text Example

White with #B482AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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