#B851FA

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

Shades of Medium Orchid #B851FA

Tints of Medium Orchid #B851FA

Color information

#B851FA (or 0xB851FA) is unknown color: approx Medium Orchid. HEX triplet: B8, 51 and FA. RGB value is (184,81,250). Sum of RGB (Red+Green+Blue) = 184+81+250=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #B851FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B851FA is #47AE05. Grayscale: #828282. Windows color (decimal): -4697606 or 16404920. OLE color: 16404920.

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

Color convert

RGB18481250-
CMYK0.260.6800.02
HSL276.57º94.41%64.9%-
HSV(B)276.57º67.6%98.04%-
XYZ39.9622.9892.77-
YUV131.06195.12165.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 81 (32.03% from 255) = 15.73%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=35.73%
G=15.73%
B=48.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal184812500.260.6800.02276.5794.4164.9
HexB851FA1A44021155e41
Octal2701213723210402425136101
Binary1011100010100011111101011010100010001010001010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B851FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B851FA; }

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

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

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

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

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

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

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

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