#B583CA

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

Shades of East Side #B583CA

Tints of East Side #B583CA

Color information

#B583CA (or 0xB583CA) is unknown color: approx East Side. HEX triplet: B5, 83 and CA. RGB value is (181,131,202). Sum of RGB (Red+Green+Blue) = 181+131+202=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #B583CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B583CA is #4A7C35. Grayscale: #999999. Windows color (decimal): -4881462 or 13271989. OLE color: 13271989.

HSL color Cylindrical-coordinate representation of color #B583CA: hue angle of 282.25º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B583CA is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181131202-
CMYK0.100.3500.21
HSL282.25º40.11%65.29%-
HSV(B)282.25º35.15%79.22%-
XYZ37.8330.3259.74-
YUV154.04155.06147.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=35.21%
G=25.49%
B=39.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811312020.100.3500.21282.2540.1165.29
HexB583CAA2301511a2841
Octal265203312124302543250101
Binary10110101100000111100101010101000110101011000110101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B583CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B583CA; }

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

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

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

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

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

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

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

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