#B082B1

Color #B082B1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B082B1

Tints of London Hue #B082B1

Color information

#B082B1 (or 0xB082B1) is unknown color: approx London Hue. HEX triplet: B0, 82 and B1. RGB value is (176,130,177). Sum of RGB (Red+Green+Blue) = 176+130+177=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #B082B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B082B1 is #4F7D4E. Grayscale: #949494. Windows color (decimal): -5209423 or 11633328. OLE color: 11633328.

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

Color convert

RGB176130177-
CMYK0.010.2700.31
HSL298.72º23.15%60.2%-
HSV(B)298.72º26.55%69.41%-
XYZ33.8228.3745.29-
YUV149.11143.74147.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=36.44%
G=26.92%
B=36.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761301770.010.2700.31298.7223.1560.2
HexB082B111B01F12b173c
Octal2602022611330374532774
Binary10110000100000101011000111101101111110010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082B1; }

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

 H1.HeaderClassName
 {
   color: #B082B1;
 }
 .AnyTagClassName
 {
   color: #B082B1;
 }
</style>
background-color css

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

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

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

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

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

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