#B859F1

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

Shades of Medium Orchid #B859F1

Tints of Medium Orchid #B859F1

Color information

#B859F1 (or 0xB859F1) is unknown color: approx Medium Orchid. HEX triplet: B8, 59 and F1. RGB value is (184,89,241). Sum of RGB (Red+Green+Blue) = 184+89+241=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #B859F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B859F1 is #47A60E. Grayscale: #868686. Windows color (decimal): -4695567 or 15817144. OLE color: 15817144.

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

Color convert

RGB18489241-
CMYK0.240.6300.05
HSL277.5º84.44%64.71%-
HSV(B)277.5º63.07%94.51%-
XYZ39.2223.6985.72-
YUV134.73187.97163.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 89 (35.16% from 255) = 17.32%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=35.80%
G=17.32%
B=46.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184892410.240.6300.05277.584.4464.71
HexB859F1183F051165441
Octal270131361307705426124101
Binary1011100010110011111000111000111111010110001011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859F1; }

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

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

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

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

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

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

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

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