#B374FB

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

Shades of Medium Purple #B374FB

Tints of Medium Purple #B374FB

Color information

#B374FB (or 0xB374FB) is unknown color: approx Medium Purple. HEX triplet: B3, 74 and FB. RGB value is (179,116,251). Sum of RGB (Red+Green+Blue) = 179+116+251=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #B374FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B374FB is #4C8B04. Grayscale: #959595. Windows color (decimal): -5016325 or 16479411. OLE color: 16479411.

HSL color Cylindrical-coordinate representation of color #B374FB: hue angle of 268º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B374FB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179116251-
CMYK0.290.5400.02
HSL268º94.41%71.96%-
HSV(B)268º53.78%98.43%-
XYZ42.2529.0494.65-
YUV150.23184.87148.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=32.78%
G=21.25%
B=45.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791162510.290.5400.0226894.4171.96
HexB374FB1D360210c5e48
Octal263164373356602414136110
Binary101100111110100111110111110111011001010000110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B374FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B374FB; }

 p { color: rgb(179,116,251); }

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

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

 a { background-color: rgb(179,116,251); }

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

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

 span { border-color: rgb(179,116,251); }

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