#B67ABC

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

Shades of East Side #B67ABC

Tints of East Side #B67ABC

Color information

#B67ABC (or 0xB67ABC) is unknown color: approx East Side. HEX triplet: B6, 7A and BC. RGB value is (182,122,188). Sum of RGB (Red+Green+Blue) = 182+122+188=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #B67ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ABC is #498543. Grayscale: #939393. Windows color (decimal): -4818244 or 12352182. OLE color: 12352182.

HSL color Cylindrical-coordinate representation of color #B67ABC: hue angle of 294.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67ABC is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182122188-
CMYK0.030.3500.26
HSL294.55º33%60.78%-
HSV(B)294.55º35.11%73.73%-
XYZ35.3327.4951.02-
YUV147.46150.88152.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 122 (48.05% from 255) = 24.80%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=36.99%
G=24.80%
B=38.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821221880.030.3500.26294.553360.78
HexB67ABC32301A127213d
Octal2661722743430324474175
Binary1011011011110101011110011100011011010100100111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67ABC; }

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

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

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

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

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

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

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

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