#b073fd

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

Shades of Medium Purple #B073FD

Tints of Medium Purple #B073FD

Color information

#B073FD (or 0xB073FD) is unknown color: approx Medium Purple. HEX triplet: B0, 73 and FD. RGB value is (176,115,253). Sum of RGB (Red+Green+Blue) = 176+115+253=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #B073FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B073FD is #4F8C02. Grayscale: #949494. Windows color (decimal): -5213187 or 16610224. OLE color: 16610224.

HSL color Cylindrical-coordinate representation of color #B073FD: hue angle of 266.52º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B073FD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176115253-
CMYK0.300.5500.01
HSL266.52º97.18%72.16%-
HSV(B)266.52º54.55%99.22%-
XYZ41.7628.5896.24-
YUV148.97186.71147.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 115 (45.31% from 255) = 21.14%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=32.35%
G=21.14%
B=46.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761152530.300.5500.01266.5297.1872.16
HexB073FD1E370110b6148
Octal260163375366701413141110
Binary10110000111001111111101111101101110110000101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b073fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b073fd; }

 p { color: rgb(176,115,253); }

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

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

 a { background-color: rgb(176,115,253); }

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

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

 span { border-color: rgb(176,115,253); }

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