#B03DC5

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

Shades of Medium Orchid #B03DC5

Tints of Medium Orchid #B03DC5

Color information

#B03DC5 (or 0xB03DC5) is unknown color: approx Medium Orchid. HEX triplet: B0, 3D and C5. RGB value is (176,61,197). Sum of RGB (Red+Green+Blue) = 176+61+197=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #B03DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DC5 is #4FC23A. Grayscale: #6E6E6E. Windows color (decimal): -5227067 or 12926384. OLE color: 12926384.

HSL color Cylindrical-coordinate representation of color #B03DC5: hue angle of 290.74º 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 #B03DC5 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17661197-
CMYK0.110.6900.23
HSL290.74º53.97%50.59%-
HSV(B)290.74º69.04%77.25%-
XYZ29.6516.654.46-
YUV110.89176.6174.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 61 (24.22% from 255) = 14.06%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=40.55%
G=14.06%
B=45.39%

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
Decimal176611970.110.6900.23290.7453.9750.59
HexB03DC5B450171233633
Octal26075305131050274436663
Binary101100001111011100010110111000101010111100100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03DC5; }

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

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

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

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

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

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

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

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