#B493CB

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

Shades of East Side #B493CB

Tints of East Side #B493CB

Color information

#B493CB (or 0xB493CB) is unknown color: approx East Side. HEX triplet: B4, 93 and CB. RGB value is (180,147,203). Sum of RGB (Red+Green+Blue) = 180+147+203=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #B493CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493CB is #4B6C34. Grayscale: #A3A3A3. Windows color (decimal): -4942901 or 13341620. OLE color: 13341620.

HSL color Cylindrical-coordinate representation of color #B493CB: hue angle of 275.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B493CB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180147203-
CMYK0.110.2800.20
HSL275.36º35%68.63%-
HSV(B)275.36º27.59%79.61%-
XYZ40.0434.8861.12-
YUV163.25150.43139.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=33.96%
G=27.74%
B=38.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801472030.110.2800.20275.363568.63
HexB493CBB1C0141132345
Octal264223313133402442343105
Binary1011010010010011110010111011111000101001000100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493CB; }

 p { color: rgb(180,147,203); }

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

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

 a { background-color: rgb(180,147,203); }

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

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

 span { border-color: rgb(180,147,203); }

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