#b280cd

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

Shades of East Side #B280CD

Tints of East Side #B280CD

Color information

#B280CD (or 0xB280CD) is unknown color: approx East Side. HEX triplet: B2, 80 and CD. RGB value is (178,128,205). Sum of RGB (Red+Green+Blue) = 178+128+205=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #B280CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280CD is #4D7F32. Grayscale: #979797. Windows color (decimal): -5078835 or 13467826. OLE color: 13467826.

HSL color Cylindrical-coordinate representation of color #B280CD: hue angle of 278.96º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B280CD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178128205-
CMYK0.130.3800.20
HSL278.96º43.5%65.29%-
HSV(B)278.96º37.56%80.39%-
XYZ37.129.3161.46-
YUV151.73158.06146.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=34.83%
G=25.05%
B=40.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781282050.130.3800.20278.9643.565.29
HexB280CDD260141172c41
Octal262200315154602442754101
Binary10110010100000001100110111011001100101001000101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b280cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b280cd; }

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

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

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

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

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

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

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

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