#B07CA8

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

Shades of London Hue #B07CA8

Tints of London Hue #B07CA8

Color information

#B07CA8 (or 0xB07CA8) is unknown color: approx London Hue. HEX triplet: B0, 7C and A8. RGB value is (176,124,168). Sum of RGB (Red+Green+Blue) = 176+124+168=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CA8 is #4F8357. Grayscale: #909090. Windows color (decimal): -5210968 or 11041968. OLE color: 11041968.

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

Color convert

RGB176124168-
CMYK00.300.050.31
HSL309.23º24.76%58.82%-
HSV(B)309.23º29.55%69.02%-
XYZ32.1826.4740.46-
YUV144.56141.23150.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 168 (66.02% from 255) = 35.90%
R=37.61%
G=26.50%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612416800.300.050.31309.2324.7658.82
HexB07CA801E51F135193b
Octal2601742500365374653173
Binary101100001111100101010000111101011111110011010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CA8; }

 p { color: rgb(176,124,168); }

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

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

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

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

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

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

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