#B67DB1

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

Shades of London Hue #B67DB1

Tints of London Hue #B67DB1

Color information

#B67DB1 (or 0xB67DB1) is unknown color: approx London Hue. HEX triplet: B6, 7D and B1. RGB value is (182,125,177). Sum of RGB (Red+Green+Blue) = 182+125+177=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DB1 is #49824E. Grayscale: #939393. Windows color (decimal): -4817487 or 11632054. OLE color: 11632054.

HSL color Cylindrical-coordinate representation of color #B67DB1: hue angle of 305.26º 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 #B67DB1 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB182125177-
CMYK00.310.030.29
HSL305.26º28.08%60.2%-
HSV(B)305.26º31.32%71.37%-
XYZ34.5627.7945.14-
YUV147.97144.38152.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 177 (69.53% from 255) = 36.57%
R=37.60%
G=25.83%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212517700.310.030.29305.2628.0860.2
HexB67DB101F31D1311c3c
Octal2661752610373354613474
Binary10110110111110110110001011111111110110011000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DB1; }

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

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

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

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

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

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

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

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