#B574EC

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

Shades of Medium Purple #B574EC

Tints of Medium Purple #B574EC

Color information

#B574EC (or 0xB574EC) is unknown color: approx Medium Purple. HEX triplet: B5, 74 and EC. RGB value is (181,116,236). Sum of RGB (Red+Green+Blue) = 181+116+236=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #B574EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574EC is #4A8B13. Grayscale: #949494. Windows color (decimal): -4885268 or 15496373. OLE color: 15496373.

HSL color Cylindrical-coordinate representation of color #B574EC: hue angle of 272.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B574EC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181116236-
CMYK0.230.5100.07
HSL272.5º75.95%69.02%-
HSV(B)272.5º50.85%92.55%-
XYZ40.4428.3782.7-
YUV149.12177.03150.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=33.96%
G=21.76%
B=44.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811162360.230.5100.07272.575.9569.02
HexB574EC1733071104c45
Octal265164354276307420114105
Binary1011010111101001110110010111110011011110001000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574EC; }

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

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

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

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

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

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

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

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