#B594C1

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

Shades of East Side #B594C1

Tints of East Side #B594C1

Color information

#B594C1 (or 0xB594C1) is unknown color: approx East Side. HEX triplet: B5, 94 and C1. RGB value is (181,148,193). Sum of RGB (Red+Green+Blue) = 181+148+193=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #B594C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594C1 is #4A6B3E. Grayscale: #A2A2A2. Windows color (decimal): -4877119 or 12686517. OLE color: 12686517.

HSL color Cylindrical-coordinate representation of color #B594C1: hue angle of 284º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B594C1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181148193-
CMYK0.060.2300.24
HSL284º26.63%66.86%-
HSV(B)284º23.32%75.69%-
XYZ39.2734.8555.11-
YUV163144.93140.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=34.67%
G=28.35%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811481930.060.2300.2428426.6366.86
HexB594C161701811c1b43
Octal26522430162703043433103
Binary10110101100101001100000111010111011000100011100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594C1; }

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

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

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

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

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

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

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

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