#B67ED9

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

Shades of East Side #B67ED9

Tints of East Side #B67ED9

Color information

#B67ED9 (or 0xB67ED9) is unknown color: approx East Side. HEX triplet: B6, 7E and D9. RGB value is (182,126,217). Sum of RGB (Red+Green+Blue) = 182+126+217=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #B67ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ED9 is #498126. Grayscale: #989898. Windows color (decimal): -4817191 or 14253750. OLE color: 14253750.

HSL color Cylindrical-coordinate representation of color #B67ED9: hue angle of 276.92º degrees, saturation: 0.54, 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 #B67ED9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182126217-
CMYK0.160.4200.15
HSL276.92º54.49%67.25%-
HSV(B)276.92º41.94%85.1%-
XYZ39.2829.8869.34-
YUV153.12164.05148.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=34.67%
G=24%
B=41.33%

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
Decimal1821262170.160.4200.15276.9254.4967.25
HexB67ED9102A0F1153643
Octal266176331205201742566103
Binary1011011011111101101100110000101010011111000101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67ED9; }

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

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

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

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

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

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

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

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