#B391CB

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

Shades of East Side #B391CB

Tints of East Side #B391CB

Color information

#B391CB (or 0xB391CB) is unknown color: approx East Side. HEX triplet: B3, 91 and CB. RGB value is (179,145,203). Sum of RGB (Red+Green+Blue) = 179+145+203=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #B391CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391CB is #4C6E34. Grayscale: #A1A1A1. Windows color (decimal): -5008949 or 13341107. OLE color: 13341107.

HSL color Cylindrical-coordinate representation of color #B391CB: hue angle of 275.17º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B391CB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179145203-
CMYK0.120.2900.20
HSL275.17º35.8%68.24%-
HSV(B)275.17º28.57%79.61%-
XYZ39.534.1561.01-
YUV161.78151.26140.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=33.97%
G=27.51%
B=38.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791452030.120.2900.20275.1735.868.24
HexB391CBC1D0141132444
Octal263221313143502442344104
Binary1011001110010001110010111100111010101001000100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391CB; }

 p { color: rgb(179,145,203); }

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

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

 a { background-color: rgb(179,145,203); }

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

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

 span { border-color: rgb(179,145,203); }

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