#B580BB

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

Shades of East Side #B580BB

Tints of East Side #B580BB

Color information

#B580BB (or 0xB580BB) is unknown color: approx East Side. HEX triplet: B5, 80 and BB. RGB value is (181,128,187). Sum of RGB (Red+Green+Blue) = 181+128+187=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #B580BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580BB is #4A7F44. Grayscale: #969696. Windows color (decimal): -4882245 or 12288181. OLE color: 12288181.

HSL color Cylindrical-coordinate representation of color #B580BB: hue angle of 293.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B580BB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181128187-
CMYK0.030.3200.27
HSL293.9º30.26%61.76%-
HSV(B)293.9º31.55%73.33%-
XYZ35.7428.8550.7-
YUV150.57148.56149.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=36.49%
G=25.81%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811281870.030.3200.27293.930.2661.76
HexB580BB32001B1261e3e
Octal2652002733400334463676
Binary1011010110000000101110111110000001101110010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580BB; }

 p { color: rgb(181,128,187); }

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

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

 a { background-color: rgb(181,128,187); }

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

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

 span { border-color: rgb(181,128,187); }

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