#b378ca

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

Shades of East Side #B378CA

Tints of East Side #B378CA

Color information

#B378CA (or 0xB378CA) is unknown color: approx East Side. HEX triplet: B3, 78 and CA. RGB value is (179,120,202). Sum of RGB (Red+Green+Blue) = 179+120+202=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #B378CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378CA is #4C8735. Grayscale: #929292. Windows color (decimal): -5015350 or 13269171. OLE color: 13269171.

HSL color Cylindrical-coordinate representation of color #B378CA: hue angle of 283.17º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B378CA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179120202-
CMYK0.110.4100.21
HSL283.17º43.62%63.14%-
HSV(B)283.17º40.59%79.22%-
XYZ35.9727.2859.25-
YUV146.99159.05150.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=35.73%
G=23.95%
B=40.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791202020.110.4100.21283.1743.6263.14
HexB378CAB2901511b2c3f
Octal26317031213510254335477
Binary101100111111000110010101011101001010101100011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b378ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b378ca; }

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

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

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

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

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

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

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

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