#B349E6

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

Shades of Medium Orchid #B349E6

Tints of Medium Orchid #B349E6

Color information

#B349E6 (or 0xB349E6) is unknown color: approx Medium Orchid. HEX triplet: B3, 49 and E6. RGB value is (179,73,230). Sum of RGB (Red+Green+Blue) = 179+73+230=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #B349E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B349E6 is #4CB619. Grayscale: #7A7A7A. Windows color (decimal): -5027354 or 15092147. OLE color: 15092147.

HSL color Cylindrical-coordinate representation of color #B349E6: hue angle of 280.51º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B349E6 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17973230-
CMYK0.220.6800.10
HSL280.51º75.85%59.41%-
HSV(B)280.51º68.26%90.2%-
XYZ35.2620.0676.88-
YUV122.59188.62168.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 73 (28.91% from 255) = 15.15%
BLUE value IS 230 (90.23% from 255) = 47.72%
R=37.14%
G=15.15%
B=47.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal179732300.220.6800.10280.5175.8559.41
HexB349E616440A1194c3b
Octal2631113462610401243111473
Binary10110011100100111100110101101000100010101000110011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349E6; }

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

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

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

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

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

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

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

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