#B07FB0

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

Shades of London Hue #B07FB0

Tints of London Hue #B07FB0

Color information

#B07FB0 (or 0xB07FB0) is unknown color: approx London Hue. HEX triplet: B0, 7F and B0. RGB value is (176,127,176). Sum of RGB (Red+Green+Blue) = 176+127+176=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B07FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FB0 is #4F804F. Grayscale: #939393. Windows color (decimal): -5210192 or 11567024. OLE color: 11567024.

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

Color convert

RGB176127176-
CMYK00.2800.31
HSL300º23.67%59.41%-
HSV(B)300º27.84%69.02%-
XYZ33.3327.5444.63-
YUV147.24144.23148.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=36.74%
G=26.51%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612717600.2800.3130023.6759.41
HexB07FB001C01F12c183b
Octal2601772600340374543073
Binary1011000011111111011000001110001111110010110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FB0; }

 p { color: rgb(176,127,176); }

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

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

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

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

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

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

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