#B372F8

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

Shades of Medium Purple #B372F8

Tints of Medium Purple #B372F8

Color information

#B372F8 (or 0xB372F8) is unknown color: approx Medium Purple. HEX triplet: B3, 72 and F8. RGB value is (179,114,248). Sum of RGB (Red+Green+Blue) = 179+114+248=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #B372F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372F8 is #4C8D07. Grayscale: #949494. Windows color (decimal): -5016840 or 16282291. OLE color: 16282291.

HSL color Cylindrical-coordinate representation of color #B372F8: hue angle of 269.1º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B372F8 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB179114248-
CMYK0.280.5400.03
HSL269.1º90.54%70.98%-
HSV(B)269.1º54.03%97.25%-
XYZ41.5528.492.1-
YUV148.71184.03149.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 114 (44.92% from 255) = 21.07%
BLUE value IS 248 (97.27% from 255) = 45.84%
R=33.09%
G=21.07%
B=45.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1791142480.280.5400.03269.190.5470.98
HexB372F81C360310d5b47
Octal263162370346603415133107
Binary101100111110010111110001110011011001110000110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372F8; }

 p { color: rgb(179,114,248); }

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

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

 a { background-color: rgb(179,114,248); }

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

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

 span { border-color: rgb(179,114,248); }

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