#B03DC6

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

Shades of Medium Orchid #B03DC6

Tints of Medium Orchid #B03DC6

Color information

#B03DC6 (or 0xB03DC6) is unknown color: approx Medium Orchid. HEX triplet: B0, 3D and C6. RGB value is (176,61,198). Sum of RGB (Red+Green+Blue) = 176+61+198=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #B03DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DC6 is #4FC239. Grayscale: #6E6E6E. Windows color (decimal): -5227066 or 12991920. OLE color: 12991920.

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

Color convert

RGB17661198-
CMYK0.110.6900.22
HSL290.36º54.58%50.78%-
HSV(B)290.36º69.19%77.65%-
XYZ29.7716.6455.07-
YUV111177.1174.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=40.46%
G=14.02%
B=45.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176611980.110.6900.22290.3654.5850.78
HexB03DC6B450161223733
Octal26075306131050264426763
Binary101100001111011100011010111000101010110100100010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03DC6; }

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

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

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

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

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

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

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

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