#B380D5

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

Shades of East Side #B380D5

Tints of East Side #B380D5

Color information

#B380D5 (or 0xB380D5) is unknown color: approx East Side. HEX triplet: B3, 80 and D5. RGB value is (179,128,213). Sum of RGB (Red+Green+Blue) = 179+128+213=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #B380D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380D5 is #4C7F2A. Grayscale: #989898. Windows color (decimal): -5013291 or 13992115. OLE color: 13992115.

HSL color Cylindrical-coordinate representation of color #B380D5: hue angle of 276º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B380D5 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179128213-
CMYK0.160.4000.16
HSL276º50.3%66.86%-
HSV(B)276º39.91%83.53%-
XYZ38.3229.8366.69-
YUV152.94161.9146.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=34.42%
G=24.62%
B=40.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791282130.160.4000.1627650.366.86
HexB380D510280101143243
Octal263200325205002042462103
Binary101100111000000011010101100001010000100001000101001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380D5; }

 p { color: rgb(179,128,213); }

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

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

 a { background-color: rgb(179,128,213); }

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

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

 span { border-color: rgb(179,128,213); }

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