#B380C9

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

Shades of East Side #B380C9

Tints of East Side #B380C9

Color information

#B380C9 (or 0xB380C9) is unknown color: approx East Side. HEX triplet: B3, 80 and C9. RGB value is (179,128,201). Sum of RGB (Red+Green+Blue) = 179+128+201=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #B380C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380C9 is #4C7F36. Grayscale: #979797. Windows color (decimal): -5013303 or 13205683. OLE color: 13205683.

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

Color convert

RGB179128201-
CMYK0.110.3600.21
HSL281.92º40.33%64.51%-
HSV(B)281.92º36.32%78.82%-
XYZ36.8529.2458.96-
YUV151.57155.9147.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=35.24%
G=25.20%
B=39.57%

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
Decimal1791282010.110.3600.21281.9240.3364.51
HexB380C9B2401511a2841
Octal263200311134402543250101
Binary10110011100000001100100110111001000101011000110101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380C9; }

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

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

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

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

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

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

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

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