#B594CB

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

Shades of East Side #B594CB

Tints of East Side #B594CB

Color information

#B594CB (or 0xB594CB) is unknown color: approx East Side. HEX triplet: B5, 94 and CB. RGB value is (181,148,203). Sum of RGB (Red+Green+Blue) = 181+148+203=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #B594CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594CB is #4A6B34. Grayscale: #A3A3A3. Windows color (decimal): -4877109 or 13341877. OLE color: 13341877.

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

Color convert

RGB181148203-
CMYK0.110.2700.20
HSL276º34.59%68.82%-
HSV(B)276º27.09%79.61%-
XYZ40.4335.3261.19-
YUV164.14149.93140.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=34.02%
G=27.82%
B=38.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811482030.110.2700.2027634.5968.82
HexB594CBB1B0141142345
Octal265224313133302442443105
Binary1011010110010100110010111011110110101001000101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594CB; }

 p { color: rgb(181,148,203); }

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

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

 a { background-color: rgb(181,148,203); }

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

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

 span { border-color: rgb(181,148,203); }

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