#B03EC5

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

Shades of Medium Orchid #B03EC5

Tints of Medium Orchid #B03EC5

Color information

#B03EC5 (or 0xB03EC5) is unknown color: approx Medium Orchid. HEX triplet: B0, 3E and C5. RGB value is (176,62,197). Sum of RGB (Red+Green+Blue) = 176+62+197=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #B03EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EC5 is #4FC13A. Grayscale: #6F6F6F. Windows color (decimal): -5226811 or 12926640. OLE color: 12926640.

HSL color Cylindrical-coordinate representation of color #B03EC5: hue angle of 290.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03EC5 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17662197-
CMYK0.110.6900.23
HSL290.67º53.78%50.78%-
HSV(B)290.67º68.53%77.25%-
XYZ29.7116.7154.48-
YUV111.48176.27174.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 62 (24.61% from 255) = 14.25%
BLUE value IS 197 (77.34% from 255) = 45.29%
R=40.46%
G=14.25%
B=45.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176621970.110.6900.23290.6753.7850.78
HexB03EC5B450171233633
Octal26076305131050274436663
Binary101100001111101100010110111000101010111100100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03EC5; }

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

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

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

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

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

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

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

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