#B854FA

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

Shades of Medium Orchid #B854FA

Tints of Medium Orchid #B854FA

Color information

#B854FA (or 0xB854FA) is unknown color: approx Medium Orchid. HEX triplet: B8, 54 and FA. RGB value is (184,84,250). Sum of RGB (Red+Green+Blue) = 184+84+250=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #B854FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B854FA is #47AB05. Grayscale: #848484. Windows color (decimal): -4696838 or 16405688. OLE color: 16405688.

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

Color convert

RGB18484250-
CMYK0.260.6600.02
HSL276.14º94.32%65.49%-
HSV(B)276.14º66.4%98.04%-
XYZ40.1923.4392.85-
YUV132.82194.13164.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 84 (33.20% from 255) = 16.22%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=35.52%
G=16.22%
B=48.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal184842500.260.6600.02276.1494.3265.49
HexB854FA1A42021145e41
Octal2701243723210202424136101
Binary1011100010101001111101011010100001001010001010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B854FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B854FA; }

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

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

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

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

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

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

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

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