#b349e0

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

Shades of Medium Orchid #B349E0

Tints of Medium Orchid #B349E0

Color information

#B349E0 (or 0xB349E0) is unknown color: approx Medium Orchid. HEX triplet: B3, 49 and E0. RGB value is (179,73,224). Sum of RGB (Red+Green+Blue) = 179+73+224=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #B349E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349E0 is #4CB61F. Grayscale: #797979. Windows color (decimal): -5027360 or 14698931. OLE color: 14698931.

HSL color Cylindrical-coordinate representation of color #B349E0: hue angle of 282.12º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B349E0 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17973224-
CMYK0.200.6700.12
HSL282.12º70.89%58.24%-
HSV(B)282.12º67.41%87.84%-
XYZ34.4319.7372.51-
YUV121.91185.62168.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 73 (28.91% from 255) = 15.34%
BLUE value IS 224 (87.89% from 255) = 47.06%
R=37.61%
G=15.34%
B=47.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179732240.200.6700.12282.1270.8958.24
HexB349E014430C11a473a
Octal2631113402410301443210772
Binary10110011100100111100000101001000011011001000110101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b349e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b349e0; }

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

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

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

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

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

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

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

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