#b349e7

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

Shades of Medium Orchid #B349E7

Tints of Medium Orchid #B349E7

Color information

#B349E7 (or 0xB349E7) is unknown color: approx Medium Orchid. HEX triplet: B3, 49 and E7. RGB value is (179,73,231). Sum of RGB (Red+Green+Blue) = 179+73+231=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #B349E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B349E7 is #4CB618. Grayscale: #7A7A7A. Windows color (decimal): -5027353 or 15157683. OLE color: 15157683.

HSL color Cylindrical-coordinate representation of color #B349E7: hue angle of 280.25º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B349E7 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17973231-
CMYK0.230.6800.09
HSL280.25º76.7%59.61%-
HSV(B)280.25º68.4%90.59%-
XYZ35.420.1277.62-
YUV122.71189.12168.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 73 (28.91% from 255) = 15.11%
BLUE value IS 231 (90.62% from 255) = 47.83%
R=37.06%
G=15.11%
B=47.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179732310.230.6800.09280.2576.759.61
HexB349E71744091184d3c
Octal2631113472710401143011574
Binary10110011100100111100111101111000100010011000110001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b349e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b349e7; }

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

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

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

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

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

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

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

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