#B850F1

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

Shades of Medium Orchid #B850F1

Tints of Medium Orchid #B850F1

Color information

#B850F1 (or 0xB850F1) is unknown color: approx Medium Orchid. HEX triplet: B8, 50 and F1. RGB value is (184,80,241). Sum of RGB (Red+Green+Blue) = 184+80+241=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #B850F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850F1 is #47AF0E. Grayscale: #808080. Windows color (decimal): -4697871 or 15814840. OLE color: 15814840.

HSL color Cylindrical-coordinate representation of color #B850F1: hue angle of 278.76º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B850F1 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18480241-
CMYK0.240.6700.05
HSL278.76º85.19%62.94%-
HSV(B)278.76º66.8%94.51%-
XYZ38.5122.2885.49-
YUV129.45190.96166.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 80 (31.64% from 255) = 15.84%
BLUE value IS 241 (94.53% from 255) = 47.72%
R=36.44%
G=15.84%
B=47.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184802410.240.6700.05278.7685.1962.94
HexB850F1184305117553f
Octal270120361301030542712577
Binary1011100010100001111000111000100001101011000101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B850F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B850F1; }

 p { color: rgb(184,80,241); }

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

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

 a { background-color: rgb(184,80,241); }

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

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

 span { border-color: rgb(184,80,241); }

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