#B67ABA

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

Shades of East Side #B67ABA

Tints of East Side #B67ABA

Color information

#B67ABA (or 0xB67ABA) is unknown color: approx East Side. HEX triplet: B6, 7A and BA. RGB value is (182,122,186). Sum of RGB (Red+Green+Blue) = 182+122+186=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #B67ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ABA is #498545. Grayscale: #939393. Windows color (decimal): -4818246 or 12221110. OLE color: 12221110.

HSL color Cylindrical-coordinate representation of color #B67ABA: hue angle of 296.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67ABA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182122186-
CMYK0.020.3400.27
HSL296.25º31.68%60.39%-
HSV(B)296.25º34.41%72.94%-
XYZ35.1127.4149.89-
YUV147.24149.88152.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=37.14%
G=24.90%
B=37.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821221860.020.3400.27296.2531.6860.39
HexB67ABA22201B128203c
Octal2661722722420334504074
Binary1011011011110101011101010100010011011100101000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67ABA; }

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

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

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

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

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

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

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

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