#B583CB

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

Shades of East Side #B583CB

Tints of East Side #B583CB

Color information

#B583CB (or 0xB583CB) is unknown color: approx East Side. HEX triplet: B5, 83 and CB. RGB value is (181,131,203). Sum of RGB (Red+Green+Blue) = 181+131+203=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #B583CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B583CB is #4A7C34. Grayscale: #999999. Windows color (decimal): -4881461 or 13337525. OLE color: 13337525.

HSL color Cylindrical-coordinate representation of color #B583CB: hue angle of 281.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B583CB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181131203-
CMYK0.110.3500.20
HSL281.67º40.91%65.49%-
HSV(B)281.67º35.47%79.61%-
XYZ37.9530.3760.36-
YUV154.16155.56147.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=35.15%
G=25.44%
B=39.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811312030.110.3500.20281.6740.9165.49
HexB583CBB2301411a2941
Octal265203313134302443251101
Binary10110101100000111100101110111000110101001000110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B583CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B583CB; }

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

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

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

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

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

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

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

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