#B73FD9

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

Shades of Medium Orchid #B73FD9

Tints of Medium Orchid #B73FD9

Color information

#B73FD9 (or 0xB73FD9) is unknown color: approx Medium Orchid. HEX triplet: B7, 3F and D9. RGB value is (183,63,217). Sum of RGB (Red+Green+Blue) = 183+63+217=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #B73FD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FD9 is #48C026. Grayscale: #737373. Windows color (decimal): -4767783 or 14237623. OLE color: 14237623.

HSL color Cylindrical-coordinate representation of color #B73FD9: hue angle of 286.75º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73FD9 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18363217-
CMYK0.160.7100.15
HSL286.75º66.96%54.9%-
HSV(B)286.75º70.97%85.1%-
XYZ33.8318.6367.46-
YUV116.44184.76175.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.52%
GREEN value IS 63 (25% from 255) = 13.61%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=39.52%
G=13.61%
B=46.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183632170.160.7100.15286.7566.9654.9
HexB73FD910470F11f4337
Octal267773312010701743710367
Binary1011011111111111011001100001000111011111000111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73FD9; }

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

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

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

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

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

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

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

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