#B67ADA

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

Shades of East Side #B67ADA

Tints of East Side #B67ADA

Color information

#B67ADA (or 0xB67ADA) is unknown color: approx East Side. HEX triplet: B6, 7A and DA. RGB value is (182,122,218). Sum of RGB (Red+Green+Blue) = 182+122+218=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #B67ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ADA is #498525. Grayscale: #969696. Windows color (decimal): -4818214 or 14318262. OLE color: 14318262.

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

Color convert

RGB182122218-
CMYK0.170.4400.15
HSL277.5º56.47%66.67%-
HSV(B)277.5º44.04%85.49%-
XYZ38.9128.9369.86-
YUV150.88165.88150.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=34.87%
G=23.37%
B=41.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821222180.170.4400.15277.556.4766.67
HexB67ADA112C0F1163843
Octal266172332215401742670103
Binary1011011011110101101101010001101100011111000101101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67ADA; }

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

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

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

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

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

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

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

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