#B347F9

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

Shades of Medium Orchid #B347F9

Tints of Medium Orchid #B347F9

Color information

#B347F9 (or 0xB347F9) is unknown color: approx Medium Orchid. HEX triplet: B3, 47 and F9. RGB value is (179,71,249). Sum of RGB (Red+Green+Blue) = 179+71+249=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #B347F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B347F9 is #4CB806. Grayscale: #7A7A7A. Windows color (decimal): -5027847 or 16336819. OLE color: 16336819.

HSL color Cylindrical-coordinate representation of color #B347F9: hue angle of 276.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B347F9 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17971249-
CMYK0.280.7100.02
HSL276.4º93.68%62.75%-
HSV(B)276.4º71.49%97.65%-
XYZ37.9420.9391.66-
YUV123.58198.78167.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 71 (28.12% from 255) = 14.23%
BLUE value IS 249 (97.66% from 255) = 49.90%
R=35.87%
G=14.23%
B=49.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179712490.280.7100.02276.493.6862.75
HexB347F91C47021145e3f
Octal263107371341070242413677
Binary101100111000111111110011110010001110101000101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B347F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B347F9; }

 p { color: rgb(179,71,249); }

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

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

 a { background-color: rgb(179,71,249); }

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

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

 span { border-color: rgb(179,71,249); }

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