#B67CB7

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

Shades of London Hue #B67CB7

Tints of London Hue #B67CB7

Color information

#B67CB7 (or 0xB67CB7) is unknown color: approx London Hue. HEX triplet: B6, 7C and B7. RGB value is (182,124,183). Sum of RGB (Red+Green+Blue) = 182+124+183=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #B67CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CB7 is #498348. Grayscale: #939393. Windows color (decimal): -4817737 or 12025014. OLE color: 12025014.

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

Color convert

RGB182124183-
CMYK0.010.3200.28
HSL298.98º29.06%60.2%-
HSV(B)298.98º32.24%71.76%-
XYZ35.0527.7848.31-
YUV148.07147.72152.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=37.22%
G=25.36%
B=37.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821241830.010.3200.28298.9829.0660.2
HexB67CB712001C12b1d3c
Octal2661742671400344533574
Binary10110110111110010110111110000001110010010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CB7; }

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

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

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

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

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

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

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

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