#B580BC

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

Shades of East Side #B580BC

Tints of East Side #B580BC

Color information

#B580BC (or 0xB580BC) is unknown color: approx East Side. HEX triplet: B5, 80 and BC. RGB value is (181,128,188). Sum of RGB (Red+Green+Blue) = 181+128+188=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #B580BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580BC is #4A7F43. Grayscale: #969696. Windows color (decimal): -4882244 or 12353717. OLE color: 12353717.

HSL color Cylindrical-coordinate representation of color #B580BC: hue angle of 293º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B580BC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181128188-
CMYK0.040.3200.26
HSL293º30.93%61.96%-
HSV(B)293º31.91%73.73%-
XYZ35.8528.8951.26-
YUV150.69149.06149.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=36.42%
G=25.75%
B=37.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811281880.040.3200.2629330.9361.96
HexB580BC42001A1251f3e
Octal2652002744400324453776
Binary10110101100000001011110010010000001101010010010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580BC; }

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

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

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

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

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

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

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

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