#B375EB

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

Shades of Medium Purple #B375EB

Tints of Medium Purple #B375EB

Color information

#B375EB (or 0xB375EB) is unknown color: approx Medium Purple. HEX triplet: B3, 75 and EB. RGB value is (179,117,235). Sum of RGB (Red+Green+Blue) = 179+117+235=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #B375EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375EB is #4C8A14. Grayscale: #949494. Windows color (decimal): -5016085 or 15431091. OLE color: 15431091.

HSL color Cylindrical-coordinate representation of color #B375EB: hue angle of 271.53º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B375EB is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179117235-
CMYK0.240.5000.08
HSL271.53º74.68%69.02%-
HSV(B)271.53º50.21%92.16%-
XYZ39.9528.381.96-
YUV148.99176.54149.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=33.71%
G=22.03%
B=44.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791172350.240.5000.08271.5374.6869.02
HexB375EB1832081104b45
Octal2631653533062010420113105
Binary10110011111010111101011110001100100100010001000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375EB; }

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

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

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

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

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

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

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

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