#B73FED

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

Shades of Medium Orchid #B73FED

Tints of Medium Orchid #B73FED

Color information

#B73FED (or 0xB73FED) is unknown color: approx Medium Orchid. HEX triplet: B7, 3F and ED. RGB value is (183,63,237). Sum of RGB (Red+Green+Blue) = 183+63+237=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #B73FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FED is #48C012. Grayscale: #767676. Windows color (decimal): -4767763 or 15548343. OLE color: 15548343.

HSL color Cylindrical-coordinate representation of color #B73FED: hue angle of 281.38º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73FED is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18363237-
CMYK0.230.7300.07
HSL281.38º82.86%58.82%-
HSV(B)281.38º73.42%92.94%-
XYZ36.5919.7482-
YUV118.72194.76173.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 63 (25% from 255) = 13.04%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=37.89%
G=13.04%
B=49.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183632370.230.7300.07281.3882.8658.82
HexB73FED174907119533b
Octal26777355271110743112373
Binary101101111111111110110110111100100101111000110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73FED; }

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

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

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

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

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

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

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

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