#B780D9

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

Shades of East Side #B780D9

Tints of East Side #B780D9

Color information

#B780D9 (or 0xB780D9) is unknown color: approx East Side. HEX triplet: B7, 80 and D9. RGB value is (183,128,217). Sum of RGB (Red+Green+Blue) = 183+128+217=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #B780D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780D9 is #487F26. Grayscale: #9A9A9A. Windows color (decimal): -4751143 or 14254263. OLE color: 14254263.

HSL color Cylindrical-coordinate representation of color #B780D9: hue angle of 277.08º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B780D9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183128217-
CMYK0.160.4100.15
HSL277.08º53.94%67.65%-
HSV(B)277.08º41.01%85.1%-
XYZ39.7730.5269.44-
YUV154.59163.22148.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=34.66%
G=24.24%
B=41.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831282170.160.4100.15277.0853.9467.65
HexB780D910290F1153644
Octal267200331205101742566104
Binary10110111100000001101100110000101001011111000101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780D9; }

 p { color: rgb(183,128,217); }

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

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

 a { background-color: rgb(183,128,217); }

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

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

 span { border-color: rgb(183,128,217); }

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