#B67ABB

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

Shades of East Side #B67ABB

Tints of East Side #B67ABB

Color information

#B67ABB (or 0xB67ABB) is unknown color: approx East Side. HEX triplet: B6, 7A and BB. RGB value is (182,122,187). Sum of RGB (Red+Green+Blue) = 182+122+187=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B67ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ABB is #498544. Grayscale: #939393. Windows color (decimal): -4818245 or 12286646. OLE color: 12286646.

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

Color convert

RGB182122187-
CMYK0.030.3500.27
HSL295.38º32.34%60.59%-
HSV(B)295.38º34.76%73.33%-
XYZ35.2227.4550.46-
YUV147.35150.38152.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=37.07%
G=24.85%
B=38.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821221870.030.3500.27295.3832.3460.59
HexB67ABB32301B127203d
Octal2661722733430334474075
Binary1011011011110101011101111100011011011100100111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67ABB; }

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

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

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

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

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

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

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

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