#B583CC

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

Shades of East Side #B583CC

Tints of East Side #B583CC

Color information

#B583CC (or 0xB583CC) is unknown color: approx East Side. HEX triplet: B5, 83 and CC. RGB value is (181,131,204). Sum of RGB (Red+Green+Blue) = 181+131+204=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #B583CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B583CC is #4A7C33. Grayscale: #9A9A9A. Windows color (decimal): -4881460 or 13403061. OLE color: 13403061.

HSL color Cylindrical-coordinate representation of color #B583CC: hue angle of 281.1º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B583CC is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181131204-
CMYK0.110.3600.2
HSL281.1º41.71%65.69%-
HSV(B)281.1º35.78%80%-
XYZ38.0730.4260.99-
YUV154.27156.06147.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=35.08%
G=25.39%
B=39.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811312040.110.3600.2281.141.7165.69
HexB583CCB240141192a42
Octal265203314134402443152102
Binary10110101100000111100110010111001000101001000110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B583CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B583CC; }

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

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

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

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

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

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

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

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