#B375D0

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

Shades of East Side #B375D0

Tints of East Side #B375D0

Color information

#B375D0 (or 0xB375D0) is unknown color: approx East Side. HEX triplet: B3, 75 and D0. RGB value is (179,117,208). Sum of RGB (Red+Green+Blue) = 179+117+208=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #B375D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375D0 is #4C8A2F. Grayscale: #919191. Windows color (decimal): -5016112 or 13661619. OLE color: 13661619.

HSL color Cylindrical-coordinate representation of color #B375D0: hue angle of 280.88º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B375D0 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179117208-
CMYK0.140.4400.18
HSL280.88º49.19%63.73%-
HSV(B)280.88º43.75%81.57%-
XYZ36.3426.8662.94-
YUV145.91163.04151.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=35.52%
G=23.21%
B=41.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791172080.140.4400.18280.8849.1963.73
HexB375D0E2C0121193140
Octal263165320165402243161100
Binary1011001111101011101000011101011000100101000110011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375D0; }

 p { color: rgb(179,117,208); }

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

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

 a { background-color: rgb(179,117,208); }

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

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

 span { border-color: rgb(179,117,208); }

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