#B67ABF

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

Shades of East Side #B67ABF

Tints of East Side #B67ABF

Color information

#B67ABF (or 0xB67ABF) is unknown color: approx East Side. HEX triplet: B6, 7A and BF. RGB value is (182,122,191). Sum of RGB (Red+Green+Blue) = 182+122+191=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #B67ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ABF is #498540. Grayscale: #939393. Windows color (decimal): -4818241 or 12548790. OLE color: 12548790.

HSL color Cylindrical-coordinate representation of color #B67ABF: hue angle of 292.17º degrees, saturation: 0.35, 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 #B67ABF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182122191-
CMYK0.050.3600.25
HSL292.17º35.03%61.37%-
HSV(B)292.17º36.13%74.9%-
XYZ35.6527.6352.74-
YUV147.81152.38152.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 191 (75% from 255) = 38.59%
R=36.77%
G=24.65%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821221910.050.3600.25292.1735.0361.37
HexB67ABF524019124233d
Octal2661722775440314444375
Binary10110110111101010111111101100100011001100100100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67ABF; }

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

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

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

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

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

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

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

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