#B349DC

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

Shades of Medium Orchid #B349DC

Tints of Medium Orchid #B349DC

Color information

#B349DC (or 0xB349DC) is unknown color: approx Medium Orchid. HEX triplet: B3, 49 and DC. RGB value is (179,73,220). Sum of RGB (Red+Green+Blue) = 179+73+220=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #B349DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349DC is #4CB623. Grayscale: #787878. Windows color (decimal): -5027364 or 14436787. OLE color: 14436787.

HSL color Cylindrical-coordinate representation of color #B349DC: hue angle of 283.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B349DC is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17973220-
CMYK0.190.6700.14
HSL283.27º67.74%57.45%-
HSV(B)283.27º66.82%86.27%-
XYZ33.8919.5269.69-
YUV121.45183.62169.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 73 (28.91% from 255) = 15.47%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=37.92%
G=15.47%
B=46.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179732200.190.6700.14283.2767.7457.45
HexB349DC13430E11b4439
Octal2631113342310301643310471
Binary10110011100100111011100100111000011011101000110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349DC; }

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

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

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

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

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

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

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

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