#B583CD

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

Shades of East Side #B583CD

Tints of East Side #B583CD

Color information

#B583CD (or 0xB583CD) is unknown color: approx East Side. HEX triplet: B5, 83 and CD. RGB value is (181,131,205). Sum of RGB (Red+Green+Blue) = 181+131+205=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #B583CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B583CD is #4A7C32. Grayscale: #9A9A9A. Windows color (decimal): -4881459 or 13468597. OLE color: 13468597.

HSL color Cylindrical-coordinate representation of color #B583CD: hue angle of 280.54º degrees, saturation: 0.43, 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 #B583CD is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181131205-
CMYK0.120.3600.20
HSL280.54º42.53%65.88%-
HSV(B)280.54º36.1%80.39%-
XYZ38.1930.4661.62-
YUV154.39156.56146.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 131 (51.56% from 255) = 25.34%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=35.01%
G=25.34%
B=39.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811312050.120.3600.20280.5442.5365.88
HexB583CDC240141192b42
Octal265203315144402443153102
Binary10110101100000111100110111001001000101001000110011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B583CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B583CD; }

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

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

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

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

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

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

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

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