#B574BD

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

Shades of East Side #B574BD

Tints of East Side #B574BD

Color information

#B574BD (or 0xB574BD) is unknown color: approx East Side. HEX triplet: B5, 74 and BD. RGB value is (181,116,189). Sum of RGB (Red+Green+Blue) = 181+116+189=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #B574BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574BD is #4A8B42. Grayscale: #8F8F8F. Windows color (decimal): -4885315 or 12416181. OLE color: 12416181.

HSL color Cylindrical-coordinate representation of color #B574BD: hue angle of 293.42º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B574BD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181116189-
CMYK0.040.3900.26
HSL293.42º35.61%59.8%-
HSV(B)293.42º38.62%74.12%-
XYZ34.4925.9951.34-
YUV143.76153.53154.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=37.24%
G=23.87%
B=38.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811161890.040.3900.26293.4235.6159.8
HexB574BD42701A125243c
Octal2651642754470324454474
Binary10110101111010010111101100100111011010100100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574BD; }

 p { color: rgb(181,116,189); }

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

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

 a { background-color: rgb(181,116,189); }

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

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

 span { border-color: rgb(181,116,189); }

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