#B73DFE

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

Shades of Medium Orchid #B73DFE

Tints of Medium Orchid #B73DFE

Color information

#B73DFE (or 0xB73DFE) is unknown color: approx Medium Orchid. HEX triplet: B7, 3D and FE. RGB value is (183,61,254). Sum of RGB (Red+Green+Blue) = 183+61+254=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B73DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73DFE is #48C201. Grayscale: #767676. Windows color (decimal): -4768258 or 16661943. OLE color: 16661943.

HSL color Cylindrical-coordinate representation of color #B73DFE: hue angle of 277.93º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73DFE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18361254-
CMYK0.280.7600.00
HSL277.93º98.97%61.76%-
HSV(B)277.93º75.98%99.61%-
XYZ39.0920.5695.67-
YUV119.48203.92173.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 61 (24.22% from 255) = 12.25%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=36.75%
G=12.25%
B=51.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal183612540.280.7600.00277.9398.9761.76
HexB73DFE1C4C00116633e
Octal26775376341140042614376
Binary1011011111110111111110111001001100001000101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73DFE; }

 p { color: rgb(183,61,254); }

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

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

 a { background-color: rgb(183,61,254); }

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

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

 span { border-color: rgb(183,61,254); }

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