#B861FA

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

Shades of Medium Orchid #B861FA

Tints of Medium Orchid #B861FA

Color information

#B861FA (or 0xB861FA) is unknown color: approx Medium Orchid. HEX triplet: B8, 61 and FA. RGB value is (184,97,250). Sum of RGB (Red+Green+Blue) = 184+97+250=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #B861FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B861FA is #479E05. Grayscale: #8B8B8B. Windows color (decimal): -4693510 or 16409016. OLE color: 16409016.

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

Color convert

RGB18497250-
CMYK0.260.6100.02
HSL274.12º93.87%68.04%-
HSV(B)274.12º61.2%98.04%-
XYZ41.325.6493.22-
YUV140.45189.82159.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 97 (38.28% from 255) = 18.27%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=34.65%
G=18.27%
B=47.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal184972500.260.6100.02274.1293.8768.04
HexB861FA1A3D021125e44
Octal270141372327502422136104
Binary101110001100001111110101101011110101010001001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861FA; }

 p { color: rgb(184,97,250); }

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

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

 a { background-color: rgb(184,97,250); }

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

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

 span { border-color: rgb(184,97,250); }

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