Html Css Color HEX #B082AD London Hue

📋 copy color: '#B082AD'

red 176 ◦ green 130 ◦ blue 173

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

Shades of London Hue #B082AD

Tints of London Hue #B082AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 36.74%
G = 27.14%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B082AD (or 0xB082AD) is known color: London Hue. HEX triplet: B0, 82 and AD. RGB value is (176,130,173). Sum of RGB (Red+Green+Blue) = 176+130+173=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B082AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082AD is #4F7D52. Grayscale: #949494. Windows color (decimal): -5209427 or 11371184. OLE color: 11371184.

HSL color Cylindrical-coordinate representation of color #B082AD: hue angle of 303.91º 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 #B082AD is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 173 -
CMYK 0 0.26 0.02 0.31
HSL 303.91º 0.23% 0.6% -
HSV(B) 303.91º 0.26% 0.69% -
XYZ 33.43 28.21 43.22 -
YUV 148.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 176 130 173 0 0.26 0.02 0.31 303.91 0.23 0.6
Hex B0 82 AD 0 1A 2 1F 130 17 3C
Octal 260 202 255 0 32 2 37 460 27 74
Binary 10110000 10000010 10101101 0 11010 10 11111 100110000 10111 111100

Color Harmonies of #B082AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082AD

Black with #B082AD

Text Example


Text Example

White with #B082AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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