#B574FB

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

Shades of Medium Purple #B574FB

Tints of Medium Purple #B574FB

Color information

#B574FB (or 0xB574FB) is unknown color: approx Medium Purple. HEX triplet: B5, 74 and FB. RGB value is (181,116,251). Sum of RGB (Red+Green+Blue) = 181+116+251=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #B574FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574FB is #4A8B04. Grayscale: #969696. Windows color (decimal): -4885253 or 16479413. OLE color: 16479413.

HSL color Cylindrical-coordinate representation of color #B574FB: hue angle of 268.89º 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 #B574FB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181116251-
CMYK0.280.5400.02
HSL268.89º94.41%71.96%-
HSV(B)268.89º53.78%98.43%-
XYZ42.7129.2894.67-
YUV150.82184.53149.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 116 (45.70% from 255) = 21.17%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=33.03%
G=21.17%
B=45.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811162510.280.5400.02268.8994.4171.96
HexB574FB1C360210d5e48
Octal265164373346602415136110
Binary101101011110100111110111110011011001010000110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574FB; }

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

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

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

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

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

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

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

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