#B67DD9

Color #B67DD9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B67DD9

Tints of East Side #B67DD9

Color information

#B67DD9 (or 0xB67DD9) is unknown color: approx East Side. HEX triplet: B6, 7D and D9. RGB value is (182,125,217). Sum of RGB (Red+Green+Blue) = 182+125+217=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #B67DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67DD9 is #498226. Grayscale: #989898. Windows color (decimal): -4817447 or 14253494. OLE color: 14253494.

HSL color Cylindrical-coordinate representation of color #B67DD9: hue angle of 277.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67DD9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182125217-
CMYK0.160.4200.15
HSL277.17º54.76%67.06%-
HSV(B)277.17º42.4%85.1%-
XYZ39.1529.6269.3-
YUV152.53164.38149.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=34.73%
G=23.85%
B=41.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821252170.160.4200.15277.1754.7667.06
HexB67DD9102A0F1153743
Octal266175331205201742567103
Binary1011011011111011101100110000101010011111000101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DD9; }

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

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

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

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

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

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

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

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