#B841FE

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

Shades of Medium Orchid #B841FE

Tints of Medium Orchid #B841FE

Color information

#B841FE (or 0xB841FE) is unknown color: approx Medium Orchid. HEX triplet: B8, 41 and FE. RGB value is (184,65,254). Sum of RGB (Red+Green+Blue) = 184+65+254=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #B841FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841FE is #47BE01. Grayscale: #797979. Windows color (decimal): -4701698 or 16662968. OLE color: 16662968.

HSL color Cylindrical-coordinate representation of color #B841FE: hue angle of 277.78º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B841FE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18465254-
CMYK0.280.7400.00
HSL277.78º98.95%62.55%-
HSV(B)277.78º74.41%99.61%-
XYZ39.5521.1395.76-
YUV122.13202.42172.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 65 (25.78% from 255) = 12.92%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=36.58%
G=12.92%
B=50.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal184652540.280.7400.00277.7898.9562.55
HexB841FE1C4A00116633f
Octal270101376341120042614377
Binary10111000100000111111110111001001010001000101101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B841FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B841FE; }

 p { color: rgb(184,65,254); }

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

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

 a { background-color: rgb(184,65,254); }

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

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

 span { border-color: rgb(184,65,254); }

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