#B083B1

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

Shades of London Hue #B083B1

Tints of London Hue #B083B1

Color information

#B083B1 (or 0xB083B1) is unknown color: approx London Hue. HEX triplet: B0, 83 and B1. RGB value is (176,131,177). Sum of RGB (Red+Green+Blue) = 176+131+177=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 177 - color contains mainly: blue. Hex color #B083B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B083B1 is #4F7C4E. Grayscale: #959595. Windows color (decimal): -5209167 or 11633584. OLE color: 11633584.

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

Color convert

RGB176131177-
CMYK0.010.2600.31
HSL298.7º22.77%60.39%-
HSV(B)298.7º25.99%69.41%-
XYZ33.9628.6445.33-
YUV149.7143.41146.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 177 (69.53% from 255) = 36.57%
R=36.36%
G=27.07%
B=36.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761311770.010.2600.31298.722.7760.39
HexB083B111A01F12b173c
Octal2602032611320374532774
Binary10110000100000111011000111101001111110010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083B1; }

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

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

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

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

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

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

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

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