#B591CC

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

Shades of East Side #B591CC

Tints of East Side #B591CC

Color information

#B591CC (or 0xB591CC) is unknown color: approx East Side. HEX triplet: B5, 91 and CC. RGB value is (181,145,204). Sum of RGB (Red+Green+Blue) = 181+145+204=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #B591CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591CC is #4A6E33. Grayscale: #A2A2A2. Windows color (decimal): -4877876 or 13406645. OLE color: 13406645.

HSL color Cylindrical-coordinate representation of color #B591CC: hue angle of 276.61º degrees, saturation: 0.37, 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 #B591CC is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181145204-
CMYK0.110.2900.2
HSL276.61º36.65%68.43%-
HSV(B)276.61º28.92%80%-
XYZ40.0834.4361.66-
YUV162.49151.43141.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=34.15%
G=27.36%
B=38.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811452040.110.2900.2276.6136.6568.43
HexB591CCB1D0141152544
Octal265221314133502442545104
Binary1011010110010001110011001011111010101001000101011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591CC; }

 p { color: rgb(181,145,204); }

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

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

 a { background-color: rgb(181,145,204); }

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

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

 span { border-color: rgb(181,145,204); }

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