#B780C9

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

Shades of East Side #B780C9

Tints of East Side #B780C9

Color information

#B780C9 (or 0xB780C9) is unknown color: approx East Side. HEX triplet: B7, 80 and C9. RGB value is (183,128,201). Sum of RGB (Red+Green+Blue) = 183+128+201=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #B780C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780C9 is #487F36. Grayscale: #989898. Windows color (decimal): -4751159 or 13205687. OLE color: 13205687.

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

Color convert

RGB183128201-
CMYK0.090.3600.21
HSL285.21º40.33%64.51%-
HSV(B)285.21º36.32%78.82%-
XYZ37.7929.7259-
YUV152.77155.22149.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=35.74%
G=25%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831282010.090.3600.21285.2140.3364.51
HexB780C992401511d2841
Octal267200311114402543550101
Binary10110111100000001100100110011001000101011000111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780C9; }

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

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

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

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

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

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

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

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