#B86AF1

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

Shades of Medium Orchid #B86AF1

Tints of Medium Orchid #B86AF1

Color information

#B86AF1 (or 0xB86AF1) is unknown color: approx Medium Orchid. HEX triplet: B8, 6A and F1. RGB value is (184,106,241). Sum of RGB (Red+Green+Blue) = 184+106+241=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #B86AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AF1 is #47950E. Grayscale: #909090. Windows color (decimal): -4691215 or 15821496. OLE color: 15821496.

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

Color convert

RGB184106241-
CMYK0.240.5600.05
HSL274.67º82.82%68.04%-
HSV(B)274.67º56.02%94.51%-
XYZ40.826.8586.25-
YUV144.71182.34156.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=34.65%
G=19.96%
B=45.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841062410.240.5600.05274.6782.8268.04
HexB86AF11838051135344
Octal270152361307005423123104
Binary1011100011010101111000111000111000010110001001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AF1; }

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

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

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

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

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

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

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

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