#B67DB7

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

Shades of London Hue #B67DB7

Tints of London Hue #B67DB7

Color information

#B67DB7 (or 0xB67DB7) is unknown color: approx London Hue. HEX triplet: B6, 7D and B7. RGB value is (182,125,183). Sum of RGB (Red+Green+Blue) = 182+125+183=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #B67DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67DB7 is #498248. Grayscale: #949494. Windows color (decimal): -4817481 or 12025270. OLE color: 12025270.

HSL color Cylindrical-coordinate representation of color #B67DB7: hue angle of 298.97º 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 #B67DB7 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB182125183-
CMYK0.010.3200.28
HSL298.97º28.71%60.39%-
HSV(B)298.97º31.69%71.76%-
XYZ35.1728.0348.36-
YUV148.66147.38151.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 183 (71.88% from 255) = 37.35%
R=37.14%
G=25.51%
B=37.35%

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
Decimal1821251830.010.3200.28298.9728.7160.39
HexB67DB712001C12b1d3c
Octal2661752671400344533574
Binary10110110111110110110111110000001110010010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DB7; }

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

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

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

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

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

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

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

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