#B880DA

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

Shades of East Side #B880DA

Tints of East Side #B880DA

Color information

#B880DA (or 0xB880DA) is unknown color: approx East Side. HEX triplet: B8, 80 and DA. RGB value is (184,128,218). Sum of RGB (Red+Green+Blue) = 184+128+218=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B880DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880DA is #477F25. Grayscale: #9A9A9A. Windows color (decimal): -4685606 or 14319800. OLE color: 14319800.

HSL color Cylindrical-coordinate representation of color #B880DA: hue angle of 277.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B880DA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184128218-
CMYK0.160.4100.15
HSL277.33º54.88%67.84%-
HSV(B)277.33º41.28%85.49%-
XYZ40.1430.6970.14-
YUV155163.55148.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=34.72%
G=24.15%
B=41.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841282180.160.4100.15277.3354.8867.84
HexB880DA10290F1153744
Octal270200332205101742567104
Binary10111000100000001101101010000101001011111000101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880DA; }

 p { color: rgb(184,128,218); }

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

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

 a { background-color: rgb(184,128,218); }

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

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

 span { border-color: rgb(184,128,218); }

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