#B280C9

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

Shades of East Side #B280C9

Tints of East Side #B280C9

Color information

#B280C9 (or 0xB280C9) is unknown color: approx East Side. HEX triplet: B2, 80 and C9. RGB value is (178,128,201). Sum of RGB (Red+Green+Blue) = 178+128+201=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #B280C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280C9 is #4D7F36. Grayscale: #979797. Windows color (decimal): -5078839 or 13205682. OLE color: 13205682.

HSL color Cylindrical-coordinate representation of color #B280C9: hue angle of 281.1º 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 #B280C9 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178128201-
CMYK0.110.3600.21
HSL281.1º40.33%64.51%-
HSV(B)281.1º36.32%78.82%-
XYZ36.6229.1258.95-
YUV151.27156.06147.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=35.11%
G=25.25%
B=39.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781282010.110.3600.21281.140.3364.51
HexB280C9B240151192841
Octal262200311134402543150101
Binary10110010100000001100100110111001000101011000110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280C9; }

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

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

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

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

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

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

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

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