#B780C1

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

Shades of East Side #B780C1

Tints of East Side #B780C1

Color information

#B780C1 (or 0xB780C1) is unknown color: approx East Side. HEX triplet: B7, 80 and C1. RGB value is (183,128,193). Sum of RGB (Red+Green+Blue) = 183+128+193=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #B780C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780C1 is #487F3E. Grayscale: #979797. Windows color (decimal): -4751167 or 12681399. OLE color: 12681399.

HSL color Cylindrical-coordinate representation of color #B780C1: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B780C1 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183128193-
CMYK0.050.3400.24
HSL290.77º34.39%62.94%-
HSV(B)290.77º33.68%75.69%-
XYZ36.8729.3654.17-
YUV151.86151.22150.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=36.31%
G=25.40%
B=38.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831281930.050.3400.24290.7734.3962.94
HexB780C1522018123223f
Octal2672003015420304434277
Binary101101111000000011000001101100010011000100100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780C1; }

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

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

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

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

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

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

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

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