#B03FE9

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

Shades of Medium Orchid #B03FE9

Tints of Medium Orchid #B03FE9

Color information

#B03FE9 (or 0xB03FE9) is unknown color: approx Medium Orchid. HEX triplet: B0, 3F and E9. RGB value is (176,63,233). Sum of RGB (Red+Green+Blue) = 176+63+233=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #B03FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03FE9 is #4FC016. Grayscale: #737373. Windows color (decimal): -5226519 or 15286192. OLE color: 15286192.

HSL color Cylindrical-coordinate representation of color #B03FE9: hue angle of 279.88º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03FE9 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17663233-
CMYK0.240.7300.09
HSL279.88º79.44%58.04%-
HSV(B)279.88º72.96%91.37%-
XYZ34.3918.6778.88-
YUV116.17193.94170.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 63 (25% from 255) = 13.35%
BLUE value IS 233 (91.41% from 255) = 49.36%
R=37.29%
G=13.35%
B=49.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176632330.240.7300.09279.8879.4458.04
HexB03FE91849091184f3a
Octal260773513011101143011772
Binary1011000011111111101001110001001001010011000110001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FE9; }

 p { color: rgb(176,63,233); }

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

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

 a { background-color: rgb(176,63,233); }

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

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

 span { border-color: rgb(176,63,233); }

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