#B864F6

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

Shades of Medium Orchid #B864F6

Tints of Medium Orchid #B864F6

Color information

#B864F6 (or 0xB864F6) is unknown color: approx Medium Orchid. HEX triplet: B8, 64 and F6. RGB value is (184,100,246). Sum of RGB (Red+Green+Blue) = 184+100+246=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #B864F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B864F6 is #479B09. Grayscale: #8D8D8D. Windows color (decimal): -4692746 or 16147640. OLE color: 16147640.

HSL color Cylindrical-coordinate representation of color #B864F6: hue angle of 274.52º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B864F6 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184100246-
CMYK0.250.5900.04
HSL274.52º89.02%67.84%-
HSV(B)274.52º59.35%96.47%-
XYZ40.9625.9690.04-
YUV141.76186.83158.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 100 (39.45% from 255) = 18.87%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=34.72%
G=18.87%
B=46.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841002460.250.5900.04274.5289.0267.84
HexB864F6193B041135944
Octal270144366317304423131104
Binary1011100011001001111011011001111011010010001001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864F6; }

 p { color: rgb(184,100,246); }

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

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

 a { background-color: rgb(184,100,246); }

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

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

 span { border-color: rgb(184,100,246); }

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