#B380CA

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

Shades of East Side #B380CA

Tints of East Side #B380CA

Color information

#B380CA (or 0xB380CA) is unknown color: approx East Side. HEX triplet: B3, 80 and CA. RGB value is (179,128,202). Sum of RGB (Red+Green+Blue) = 179+128+202=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #B380CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380CA is #4C7F35. Grayscale: #979797. Windows color (decimal): -5013302 or 13271219. OLE color: 13271219.

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

Color convert

RGB179128202-
CMYK0.110.3700.21
HSL281.35º41.11%64.71%-
HSV(B)281.35º36.63%79.22%-
XYZ36.9729.2959.58-
YUV151.68156.4147.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=35.17%
G=25.15%
B=39.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791282020.110.3700.21281.3541.1164.71
HexB380CAB250151192941
Octal263200312134502543151101
Binary10110011100000001100101010111001010101011000110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380CA; }

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

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

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

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

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

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

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

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