#B59CC4

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

Shades of East Side #B59CC4

Tints of East Side #B59CC4

Color information

#B59CC4 (or 0xB59CC4) is unknown color: approx East Side. HEX triplet: B5, 9C and C4. RGB value is (181,156,196). Sum of RGB (Red+Green+Blue) = 181+156+196=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #B59CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CC4 is #4A633B. Grayscale: #A7A7A7. Windows color (decimal): -4875068 or 12885173. OLE color: 12885173.

HSL color Cylindrical-coordinate representation of color #B59CC4: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59CC4 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181156196-
CMYK0.080.2000.23
HSL277.5º25.32%69.02%-
HSV(B)277.5º20.41%76.86%-
XYZ40.9137.5957.32-
YUV168.03143.78137.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=33.96%
G=29.27%
B=36.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811561960.080.2000.23277.525.3269.02
HexB59CC48140171161945
Octal265234304102402742631105
Binary101101011001110011000100100010100010111100010110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CC4; }

 p { color: rgb(181,156,196); }

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

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

 a { background-color: rgb(181,156,196); }

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

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

 span { border-color: rgb(181,156,196); }

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