#B67AC2

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

Shades of East Side #B67AC2

Tints of East Side #B67AC2

Color information

#B67AC2 (or 0xB67AC2) is unknown color: approx East Side. HEX triplet: B6, 7A and C2. RGB value is (182,122,194). Sum of RGB (Red+Green+Blue) = 182+122+194=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #B67AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67AC2 is #49853D. Grayscale: #939393. Windows color (decimal): -4818238 or 12745398. OLE color: 12745398.

HSL color Cylindrical-coordinate representation of color #B67AC2: hue angle of 290º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67AC2 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182122194-
CMYK0.060.3700.24
HSL290º37.11%61.96%-
HSV(B)290º37.11%76.08%-
XYZ35.9927.7654.5-
YUV148.15153.88152.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=36.55%
G=24.50%
B=38.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821221940.060.3700.2429037.1161.96
HexB67AC2625018122253e
Octal2661723026450304424576
Binary10110110111101011000010110100101011000100100010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AC2; }

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

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

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

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

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

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

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

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