#B349C8

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

Shades of Medium Orchid #B349C8

Tints of Medium Orchid #B349C8

Color information

#B349C8 (or 0xB349C8) is unknown color: approx Medium Orchid. HEX triplet: B3, 49 and C8. RGB value is (179,73,200). Sum of RGB (Red+Green+Blue) = 179+73+200=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #B349C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349C8 is #4CB637. Grayscale: #767676. Windows color (decimal): -5027384 or 13126067. OLE color: 13126067.

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

Color convert

RGB17973200-
CMYK0.100.6400.22
HSL290.08º53.59%53.53%-
HSV(B)290.08º63.5%78.43%-
XYZ31.418.5256.56-
YUV119.17173.62170.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=39.60%
G=16.15%
B=44.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179732000.100.6400.22290.0853.5953.53
HexB349C8A400161223636
Octal263111310121000264426666
Binary1011001110010011100100010101000000010110100100010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349C8; }

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

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

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

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

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

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

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

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