#B67BB7

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

Shades of London Hue #B67BB7

Tints of London Hue #B67BB7

Color information

#B67BB7 (or 0xB67BB7) is unknown color: approx London Hue. HEX triplet: B6, 7B and B7. RGB value is (182,123,183). Sum of RGB (Red+Green+Blue) = 182+123+183=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #B67BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67BB7 is #498448. Grayscale: #939393. Windows color (decimal): -4817993 or 12024758. OLE color: 12024758.

HSL color Cylindrical-coordinate representation of color #B67BB7: hue angle of 299º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67BB7 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB182123183-
CMYK0.010.3300.28
HSL299º29.41%60%-
HSV(B)299º32.79%71.76%-
XYZ34.9227.5348.27-
YUV147.48148.05152.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=37.30%
G=25.20%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821231830.010.3300.2829929.4160
HexB67BB712101C12b1d3c
Octal2661732671410344533574
Binary10110110111101110110111110000101110010010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BB7; }

 p { color: rgb(182,123,183); }

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

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

 a { background-color: rgb(182,123,183); }

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

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

 span { border-color: rgb(182,123,183); }

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