#B73FFB

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

Shades of Medium Orchid #B73FFB

Tints of Medium Orchid #B73FFB

Color information

#B73FFB (or 0xB73FFB) is unknown color: approx Medium Orchid. HEX triplet: B7, 3F and FB. RGB value is (183,63,251). Sum of RGB (Red+Green+Blue) = 183+63+251=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #B73FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FFB is #48C004. Grayscale: #777777. Windows color (decimal): -4767749 or 16465847. OLE color: 16465847.

HSL color Cylindrical-coordinate representation of color #B73FFB: hue angle of 278.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B73FFB is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18363251-
CMYK0.270.7500.02
HSL278.3º95.92%61.57%-
HSV(B)278.3º74.9%98.43%-
XYZ38.7220.5993.2-
YUV120.31201.76172.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 63 (25% from 255) = 12.68%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=36.82%
G=12.68%
B=50.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183632510.270.7500.02278.395.9261.57
HexB73FFB1B4B02116603e
Octal26777373331130242614076
Binary10110111111111111110111101110010110101000101101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73FFB; }

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

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

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

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

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

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

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

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