#B03EE9

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

Shades of Medium Orchid #B03EE9

Tints of Medium Orchid #B03EE9

Color information

#B03EE9 (or 0xB03EE9) is unknown color: approx Medium Orchid. HEX triplet: B0, 3E and E9. RGB value is (176,62,233). Sum of RGB (Red+Green+Blue) = 176+62+233=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #B03EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03EE9 is #4FC116. Grayscale: #737373. Windows color (decimal): -5226775 or 15285936. OLE color: 15285936.

HSL color Cylindrical-coordinate representation of color #B03EE9: hue angle of 280º degrees, saturation: 0.8, 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 #B03EE9 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17662233-
CMYK0.240.7300.09
HSL280º79.53%57.84%-
HSV(B)280º73.39%91.37%-
XYZ34.3418.5678.86-
YUV115.58194.27171.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 62 (24.61% from 255) = 13.16%
BLUE value IS 233 (91.41% from 255) = 49.47%
R=37.37%
G=13.16%
B=49.47%

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
Decimal176622330.240.7300.0928079.5357.84
HexB03EE9184909118503a
Octal260763513011101143012072
Binary1011000011111011101001110001001001010011000110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03EE9; }

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

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

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

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

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

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

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

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