#B73FDD

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

Shades of Medium Orchid #B73FDD

Tints of Medium Orchid #B73FDD

Color information

#B73FDD (or 0xB73FDD) is unknown color: approx Medium Orchid. HEX triplet: B7, 3F and DD. RGB value is (183,63,221). Sum of RGB (Red+Green+Blue) = 183+63+221=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B73FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FDD is #48C022. Grayscale: #747474. Windows color (decimal): -4767779 or 14499767. OLE color: 14499767.

HSL color Cylindrical-coordinate representation of color #B73FDD: hue angle of 285.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73FDD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18363221-
CMYK0.170.7100.13
HSL285.57º69.91%55.69%-
HSV(B)285.57º71.49%86.67%-
XYZ34.3618.8470.23-
YUV116.89186.76175.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 63 (25% from 255) = 13.49%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=39.19%
G=13.49%
B=47.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183632210.170.7100.13285.5769.9155.69
HexB73FDD11470D11e4638
Octal267773352110701543610670
Binary1011011111111111011101100011000111011011000111101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73FDD; }

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

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

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

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

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

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

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

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