#B375CF

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

Shades of East Side #B375CF

Tints of East Side #B375CF

Color information

#B375CF (or 0xB375CF) is unknown color: approx East Side. HEX triplet: B3, 75 and CF. RGB value is (179,117,207). Sum of RGB (Red+Green+Blue) = 179+117+207=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #B375CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375CF is #4C8A30. Grayscale: #919191. Windows color (decimal): -5016113 or 13596083. OLE color: 13596083.

HSL color Cylindrical-coordinate representation of color #B375CF: hue angle of 281.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B375CF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179117207-
CMYK0.140.4300.19
HSL281.33º48.39%63.53%-
HSV(B)281.33º43.48%81.18%-
XYZ36.2126.8162.3-
YUV145.8162.54151.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=35.59%
G=23.26%
B=41.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791172070.140.4300.19281.3348.3963.53
HexB375CFE2B0131193040
Octal263165317165302343160100
Binary1011001111101011100111111101010110100111000110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375CF; }

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

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

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

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

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

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

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

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