#B280CA

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

Shades of East Side #B280CA

Tints of East Side #B280CA

Color information

#B280CA (or 0xB280CA) is unknown color: approx East Side. HEX triplet: B2, 80 and CA. RGB value is (178,128,202). Sum of RGB (Red+Green+Blue) = 178+128+202=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #B280CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280CA is #4D7F35. Grayscale: #979797. Windows color (decimal): -5078838 or 13271218. OLE color: 13271218.

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

Color convert

RGB178128202-
CMYK0.120.3700.21
HSL280.54º41.11%64.71%-
HSV(B)280.54º36.63%79.22%-
XYZ36.7429.1759.57-
YUV151.39156.56146.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=35.04%
G=25.20%
B=39.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781282020.120.3700.21280.5441.1164.71
HexB280CAC250151192941
Octal262200312144502543151101
Binary10110010100000001100101011001001010101011000110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280CA; }

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

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

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

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

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

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

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

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