#B73FEA

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

Shades of Medium Orchid #B73FEA

Tints of Medium Orchid #B73FEA

Color information

#B73FEA (or 0xB73FEA) is unknown color: approx Medium Orchid. HEX triplet: B7, 3F and EA. RGB value is (183,63,234). Sum of RGB (Red+Green+Blue) = 183+63+234=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #B73FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FEA is #48C015. Grayscale: #757575. Windows color (decimal): -4767766 or 15351735. OLE color: 15351735.

HSL color Cylindrical-coordinate representation of color #B73FEA: hue angle of 282.11º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73FEA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18363234-
CMYK0.220.7300.08
HSL282.11º80.28%58.24%-
HSV(B)282.11º73.08%91.76%-
XYZ36.1619.5679.71-
YUV118.37193.26174.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 63 (25% from 255) = 13.12%
BLUE value IS 234 (91.80% from 255) = 48.75%
R=38.12%
G=13.12%
B=48.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal183632340.220.7300.08282.1180.2858.24
HexB73FEA16490811a503a
Octal267773522611101043212072
Binary1011011111111111101010101101001001010001000110101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73FEA; }

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

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

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

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

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

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

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

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