#B67ABE

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

Shades of East Side #B67ABE

Tints of East Side #B67ABE

Color information

#B67ABE (or 0xB67ABE) is unknown color: approx East Side. HEX triplet: B6, 7A and BE. RGB value is (182,122,190). Sum of RGB (Red+Green+Blue) = 182+122+190=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #B67ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ABE is #498541. Grayscale: #939393. Windows color (decimal): -4818242 or 12483254. OLE color: 12483254.

HSL color Cylindrical-coordinate representation of color #B67ABE: hue angle of 292.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67ABE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182122190-
CMYK0.040.3600.25
HSL292.94º34.34%61.18%-
HSV(B)292.94º35.79%74.51%-
XYZ35.5527.5852.17-
YUV147.69151.88152.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 122 (48.05% from 255) = 24.70%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=36.84%
G=24.70%
B=38.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821221900.040.3600.25292.9434.3461.18
HexB67ABE424019125223d
Octal2661722764440314454275
Binary10110110111101010111110100100100011001100100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67ABE; }

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

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

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

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

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

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

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

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