#B041C6

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

Shades of Medium Orchid #B041C6

Tints of Medium Orchid #B041C6

Color information

#B041C6 (or 0xB041C6) is unknown color: approx Medium Orchid. HEX triplet: B0, 41 and C6. RGB value is (176,65,198). Sum of RGB (Red+Green+Blue) = 176+65+198=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #B041C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041C6 is #4FBE39. Grayscale: #707070. Windows color (decimal): -5226042 or 12992944. OLE color: 12992944.

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

Color convert

RGB17665198-
CMYK0.110.6700.22
HSL290.08º53.85%51.57%-
HSV(B)290.08º67.17%77.65%-
XYZ29.9917.0955.14-
YUV113.35175.77172.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 65 (25.78% from 255) = 14.81%
BLUE value IS 198 (77.73% from 255) = 45.10%
R=40.09%
G=14.81%
B=45.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176651980.110.6700.22290.0853.8551.57
HexB041C6B430161223634
Octal260101306131030264426664
Binary1011000010000011100011010111000011010110100100010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B041C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B041C6; }

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

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

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

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

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

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

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

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