#B375CD

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

Shades of East Side #B375CD

Tints of East Side #B375CD

Color information

#B375CD (or 0xB375CD) is unknown color: approx East Side. HEX triplet: B3, 75 and CD. RGB value is (179,117,205). Sum of RGB (Red+Green+Blue) = 179+117+205=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #B375CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375CD is #4C8A32. Grayscale: #919191. Windows color (decimal): -5016115 or 13465011. OLE color: 13465011.

HSL color Cylindrical-coordinate representation of color #B375CD: hue angle of 282.27º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B375CD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179117205-
CMYK0.130.4300.20
HSL282.27º46.81%63.14%-
HSV(B)282.27º42.93%80.39%-
XYZ35.9726.7161.02-
YUV145.57161.54151.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=35.73%
G=23.35%
B=40.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791172050.130.4300.20282.2746.8163.14
HexB375CDD2B01411a2f3f
Octal26316531515530244325777
Binary101100111110101110011011101101011010100100011010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375CD; }

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

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

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

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

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

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

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

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