#B73AF1

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

Shades of Medium Orchid #B73AF1

Tints of Medium Orchid #B73AF1

Color information

#B73AF1 (or 0xB73AF1) is unknown color: approx Medium Orchid. HEX triplet: B7, 3A and F1. RGB value is (183,58,241). Sum of RGB (Red+Green+Blue) = 183+58+241=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #B73AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73AF1 is #48C50E. Grayscale: #737373. Windows color (decimal): -4769039 or 15809207. OLE color: 15809207.

HSL color Cylindrical-coordinate representation of color #B73AF1: hue angle of 280.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73AF1 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18358241-
CMYK0.240.7600.05
HSL280.98º86.73%58.63%-
HSV(B)280.98º75.93%94.51%-
XYZ36.9219.4485.03-
YUV116.24198.41175.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 58 (23.05% from 255) = 12.03%
BLUE value IS 241 (94.53% from 255) = 50%
R=37.97%
G=12.03%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal183582410.240.7600.05280.9886.7358.63
HexB73AF1184C05119573b
Octal26772361301140543112773
Binary101101111110101111000111000100110001011000110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73AF1; }

 p { color: rgb(183,58,241); }

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

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

 a { background-color: rgb(183,58,241); }

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

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

 span { border-color: rgb(183,58,241); }

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