#B67DAD

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

Shades of London Hue #B67DAD

Tints of London Hue #B67DAD

Color information

#B67DAD (or 0xB67DAD) is unknown color: approx London Hue. HEX triplet: B6, 7D and AD. RGB value is (182,125,173). Sum of RGB (Red+Green+Blue) = 182+125+173=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DAD is #498252. Grayscale: #939393. Windows color (decimal): -4817491 or 11369910. OLE color: 11369910.

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

Color convert

RGB182125173-
CMYK00.310.050.29
HSL309.47º28.08%60.2%-
HSV(B)309.47º31.32%71.37%-
XYZ34.1727.6343.07-
YUV147.52142.38152.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=37.92%
G=26.04%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212517300.310.050.29309.4728.0860.2
HexB67DAD01F51D1351c3c
Octal2661752550375354653474
Binary101101101111101101011010111111011110110011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DAD; }

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

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

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

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

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

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

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

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