#B67CB6

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

Shades of London Hue #B67CB6

Tints of London Hue #B67CB6

Color information

#B67CB6 (or 0xB67CB6) is unknown color: approx London Hue. HEX triplet: B6, 7C and B6. RGB value is (182,124,182). Sum of RGB (Red+Green+Blue) = 182+124+182=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B67CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CB6 is #498349. Grayscale: #939393. Windows color (decimal): -4817738 or 11959478. OLE color: 11959478.

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

Color convert

RGB182124182-
CMYK00.3200.29
HSL300º28.43%60%-
HSV(B)300º31.87%71.37%-
XYZ34.9427.7447.77-
YUV147.95147.22152.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 124 (48.83% from 255) = 25.41%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=37.30%
G=25.41%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212418200.3200.2930028.4360
HexB67CB602001D12c1c3c
Octal2661742660400354543474
Binary10110110111110010110110010000001110110010110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CB6; }

 p { color: rgb(182,124,182); }

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

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

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

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

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

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

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