#B378CC

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

Shades of East Side #B378CC

Tints of East Side #B378CC

Color information

#B378CC (or 0xB378CC) is unknown color: approx East Side. HEX triplet: B3, 78 and CC. RGB value is (179,120,204). Sum of RGB (Red+Green+Blue) = 179+120+204=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #B378CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378CC is #4C8733. Grayscale: #929292. Windows color (decimal): -5015348 or 13400243. OLE color: 13400243.

HSL color Cylindrical-coordinate representation of color #B378CC: hue angle of 282.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B378CC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179120204-
CMYK0.120.4100.2
HSL282.14º45.16%63.53%-
HSV(B)282.14º41.18%80%-
XYZ36.2127.3860.5-
YUV147.22160.05150.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 120 (47.27% from 255) = 23.86%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=35.59%
G=23.86%
B=40.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791202040.120.4100.2282.1445.1663.53
HexB378CCC2901411a2d40
Octal263170314145102443255100
Binary1011001111110001100110011001010010101001000110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378CC; }

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

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

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

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

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

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

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

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