#b349c9

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

Shades of Medium Orchid #B349C9

Tints of Medium Orchid #B349C9

Color information

#B349C9 (or 0xB349C9) is unknown color: approx Medium Orchid. HEX triplet: B3, 49 and C9. RGB value is (179,73,201). Sum of RGB (Red+Green+Blue) = 179+73+201=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #B349C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349C9 is #4CB636. Grayscale: #767676. Windows color (decimal): -5027383 or 13191603. OLE color: 13191603.

HSL color Cylindrical-coordinate representation of color #B349C9: hue angle of 289.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B349C9 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17973201-
CMYK0.110.6400.21
HSL289.69º54.24%53.73%-
HSV(B)289.69º63.68%78.82%-
XYZ31.5218.5757.18-
YUV119.29174.12170.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 73 (28.91% from 255) = 16.11%
BLUE value IS 201 (78.91% from 255) = 44.37%
R=39.51%
G=16.11%
B=44.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179732010.110.6400.21289.6954.2453.73
HexB349C9B400151223636
Octal263111311131000254426666
Binary1011001110010011100100110111000000010101100100010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b349c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b349c9; }

 p { color: rgb(179,73,201); }

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

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

 a { background-color: rgb(179,73,201); }

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

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

 span { border-color: rgb(179,73,201); }

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