Html Css Color HEX #B082AF London Hue

📋 copy color: '#B082AF'

red 176 ◦ green 130 ◦ blue 175

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

Shades of London Hue #B082AF

Tints of London Hue #B082AF

RGB

 RED value IS 176 (69.14% from 255) = 36.59%

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

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

R = 36.59%
G = 27.03%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B082AF (or 0xB082AF) is known color: London Hue. HEX triplet: B0, 82 and AF. RGB value is (176,130,175). Sum of RGB (Red+Green+Blue) = 176+130+175=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B082AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082AF is #4F7D50. Grayscale: #949494. Windows color (decimal): -5209425 or 11502256. OLE color: 11502256.

HSL color Cylindrical-coordinate representation of color #B082AF: hue angle of 301.3º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B082AF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 175 -
CMYK 0 0.26 0.01 0.31
HSL 301.3º 0.23% 0.6% -
HSV(B) 301.3º 0.26% 0.69% -
XYZ 33.63 28.29 44.25 -
YUV 148.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 176 130 175 0 0.26 0.01 0.31 301.3 0.23 0.6
Hex B0 82 AF 0 1A 1 1F 12D 17 3C
Octal 260 202 257 0 32 1 37 455 27 74
Binary 10110000 10000010 10101111 0 11010 1 11111 100101101 10111 111100

Color Harmonies of #B082AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082AF

Black with #B082AF

Text Example


Text Example

White with #B082AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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