#B375ED

Color #B375ED Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B375ED

Tints of Medium Purple #B375ED

Color information

#B375ED (or 0xB375ED) is unknown color: approx Medium Purple. HEX triplet: B3, 75 and ED. RGB value is (179,117,237). Sum of RGB (Red+Green+Blue) = 179+117+237=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #B375ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375ED is #4C8A12. Grayscale: #949494. Windows color (decimal): -5016083 or 15562163. OLE color: 15562163.

HSL color Cylindrical-coordinate representation of color #B375ED: hue angle of 271º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B375ED is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179117237-
CMYK0.240.5100.07
HSL271º76.92%69.41%-
HSV(B)271º50.63%92.94%-
XYZ40.2428.4283.49-
YUV149.22177.54149.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 117 (46.09% from 255) = 21.95%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=33.58%
G=21.95%
B=44.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791172370.240.5100.0727176.9269.41
HexB375ED18330710f4d45
Octal263165355306307417115105
Binary1011001111101011110110111000110011011110000111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375ED; }

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

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

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

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

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

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

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

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