#B07DB1

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

Shades of London Hue #B07DB1

Tints of London Hue #B07DB1

Color information

#B07DB1 (or 0xB07DB1) is unknown color: approx London Hue. HEX triplet: B0, 7D and B1. RGB value is (176,125,177). Sum of RGB (Red+Green+Blue) = 176+125+177=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 177 - color contains mainly: blue. Hex color #B07DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07DB1 is #4F824E. Grayscale: #929292. Windows color (decimal): -5210703 or 11632048. OLE color: 11632048.

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

Color convert

RGB176125177-
CMYK0.010.2900.31
HSL298.85º25%59.22%-
HSV(B)298.85º29.38%69.41%-
XYZ33.1727.0745.07-
YUV146.18145.4149.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=36.82%
G=26.15%
B=37.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761251770.010.2900.31298.852559.22
HexB07DB111D01F12b193b
Octal2601752611350374533173
Binary1011000011111011011000111110101111110010101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DB1; }

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

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

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

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

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

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

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

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