#B67FB0

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

Shades of London Hue #B67FB0

Tints of London Hue #B67FB0

Color information

#B67FB0 (or 0xB67FB0) is unknown color: approx London Hue. HEX triplet: B6, 7F and B0. RGB value is (182,127,176). Sum of RGB (Red+Green+Blue) = 182+127+176=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FB0 is #49804F. Grayscale: #949494. Windows color (decimal): -4816976 or 11567030. OLE color: 11567030.

HSL color Cylindrical-coordinate representation of color #B67FB0: hue angle of 306.55º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67FB0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB182127176-
CMYK00.300.030.29
HSL306.55º27.36%60.59%-
HSV(B)306.55º30.22%71.37%-
XYZ34.7228.2644.7-
YUV149.03143.22151.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=37.53%
G=26.19%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212717600.300.030.29306.5527.3660.59
HexB67FB001E31D1331b3d
Octal2661772600363354633375
Binary10110110111111110110000011110111110110011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FB0; }

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

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

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

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

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

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

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

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