#B67AD3

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

Shades of East Side #B67AD3

Tints of East Side #B67AD3

Color information

#B67AD3 (or 0xB67AD3) is unknown color: approx East Side. HEX triplet: B6, 7A and D3. RGB value is (182,122,211). Sum of RGB (Red+Green+Blue) = 182+122+211=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #B67AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67AD3 is #49852C. Grayscale: #959595. Windows color (decimal): -4818221 or 13859510. OLE color: 13859510.

HSL color Cylindrical-coordinate representation of color #B67AD3: hue angle of 280.45º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67AD3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB182122211-
CMYK0.140.4200.17
HSL280.45º50.28%65.29%-
HSV(B)280.45º42.18%82.75%-
XYZ38.0128.5765.14-
YUV150.09162.38150.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=35.34%
G=23.69%
B=40.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1821222110.140.4200.17280.4550.2865.29
HexB67AD3E2A0111183241
Octal266172323165202143062101
Binary1011011011110101101001111101010100100011000110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AD3; }

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

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

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

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

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

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

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

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