#b73fd3

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

Shades of Medium Orchid #B73FD3

Tints of Medium Orchid #B73FD3

Color information

#B73FD3 (or 0xB73FD3) is unknown color: approx Medium Orchid. HEX triplet: B7, 3F and D3. RGB value is (183,63,211). Sum of RGB (Red+Green+Blue) = 183+63+211=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #B73FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FD3 is #48C02C. Grayscale: #737373. Windows color (decimal): -4767789 or 13844407. OLE color: 13844407.

HSL color Cylindrical-coordinate representation of color #B73FD3: hue angle of 288.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73FD3 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18363211-
CMYK0.130.7000.17
HSL288.65º62.71%53.73%-
HSV(B)288.65º70.14%82.75%-
XYZ33.0618.3363.42-
YUV115.75181.76175.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 63 (25% from 255) = 13.79%
BLUE value IS 211 (82.81% from 255) = 46.17%
R=40.04%
G=13.79%
B=46.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal183632110.130.7000.17288.6562.7153.73
HexB73FD3D460111213f36
Octal26777323151060214417766
Binary101101111111111101001111011000110010001100100001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73fd3; }

 p { color: rgb(183,63,211); }

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

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

 a { background-color: rgb(183,63,211); }

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

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

 span { border-color: rgb(183,63,211); }

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