#B67AD1

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

Shades of East Side #B67AD1

Tints of East Side #B67AD1

Color information

#B67AD1 (or 0xB67AD1) is unknown color: approx East Side. HEX triplet: B6, 7A and D1. RGB value is (182,122,209). Sum of RGB (Red+Green+Blue) = 182+122+209=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #B67AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67AD1 is #49852E. Grayscale: #959595. Windows color (decimal): -4818223 or 13728438. OLE color: 13728438.

HSL color Cylindrical-coordinate representation of color #B67AD1: hue angle of 281.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67AD1 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182122209-
CMYK0.130.4200.18
HSL281.38º48.6%64.9%-
HSV(B)281.38º41.63%81.96%-
XYZ37.7628.4763.83-
YUV149.86161.38150.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 122 (48.05% from 255) = 23.78%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=35.48%
G=23.78%
B=40.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821222090.130.4200.18281.3848.664.9
HexB67AD1D2A0121193141
Octal266172321155202243161101
Binary1011011011110101101000111011010100100101000110011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AD1; }

 p { color: rgb(182,122,209); }

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

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

 a { background-color: rgb(182,122,209); }

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

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

 span { border-color: rgb(182,122,209); }

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