#B361F1

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

Shades of Medium Orchid #B361F1

Tints of Medium Orchid #B361F1

Color information

#B361F1 (or 0xB361F1) is unknown color: approx Medium Orchid. HEX triplet: B3, 61 and F1. RGB value is (179,97,241). Sum of RGB (Red+Green+Blue) = 179+97+241=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #B361F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B361F1 is #4C9E0E. Grayscale: #898989. Windows color (decimal): -5021199 or 15819187. OLE color: 15819187.

HSL color Cylindrical-coordinate representation of color #B361F1: hue angle of 274.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B361F1 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17997241-
CMYK0.260.6000.05
HSL274.17º83.72%66.27%-
HSV(B)274.17º59.75%94.51%-
XYZ38.7424.4885.9-
YUV137.93186.17157.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=34.62%
G=18.76%
B=46.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179972410.260.6000.05274.1783.7266.27
HexB361F11A3C051125442
Octal263141361327405422124102
Binary1011001111000011111000111010111100010110001001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361F1; }

 p { color: rgb(179,97,241); }

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

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

 a { background-color: rgb(179,97,241); }

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

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

 span { border-color: rgb(179,97,241); }

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