#B375EA

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

Shades of Medium Purple #B375EA

Tints of Medium Purple #B375EA

Color information

#B375EA (or 0xB375EA) is unknown color: approx Medium Purple. HEX triplet: B3, 75 and EA. RGB value is (179,117,234). Sum of RGB (Red+Green+Blue) = 179+117+234=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #B375EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375EA is #4C8A15. Grayscale: #949494. Windows color (decimal): -5016086 or 15365555. OLE color: 15365555.

HSL color Cylindrical-coordinate representation of color #B375EA: hue angle of 271.79º degrees, saturation: 0.74, 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 #B375EA is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179117234-
CMYK0.240.500.08
HSL271.79º73.58%68.82%-
HSV(B)271.79º50%91.76%-
XYZ39.828.2581.2-
YUV148.88176.04149.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=33.77%
G=22.08%
B=44.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791172340.240.500.08271.7973.5868.82
HexB375EA1832081104a45
Octal2631653523062010420112105
Binary10110011111010111101010110001100100100010001000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375EA; }

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

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

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

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

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

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

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

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