#B375D2

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

Shades of East Side #B375D2

Tints of East Side #B375D2

Color information

#B375D2 (or 0xB375D2) is unknown color: approx East Side. HEX triplet: B3, 75 and D2. RGB value is (179,117,210). Sum of RGB (Red+Green+Blue) = 179+117+210=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #B375D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375D2 is #4C8A2D. Grayscale: #919191. Windows color (decimal): -5016110 or 13792691. OLE color: 13792691.

HSL color Cylindrical-coordinate representation of color #B375D2: hue angle of 280º degrees, saturation: 0.51, 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 #B375D2 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179117210-
CMYK0.150.4400.18
HSL280º50.82%64.12%-
HSV(B)280º44.29%82.35%-
XYZ36.5826.9664.25-
YUV146.14164.04151.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 210 (82.42% from 255) = 41.50%
R=35.38%
G=23.12%
B=41.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791172100.150.4400.1828050.8264.12
HexB375D2F2C0121183340
Octal263165322175402243063100
Binary1011001111101011101001011111011000100101000110001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375D2; }

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

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

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

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

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

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

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

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