Shades of Medium Orchid #B864F0
Tints of Medium Orchid #B864F0
RGB
CMYK
RGB Variations
Color information
#B864F0 (or 0xB864F0) is known color: Medium Orchid. HEX triplet: B8, 64 and F0. RGB value is (184,100,240). Sum of RGB (Red+Green+Blue) = 184+100+240=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #B864F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B864F0 is #479B0F. Grayscale: #8C8C8C. Windows color (decimal): -4692752 or 15754424. OLE color: 15754424.
HSL color Cylindrical-coordinate representation of color #B864F0: hue angle of 276º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B864F0 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 100 | 240 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.06 |
| HSL | 276º | 0.82% | 0.67% | - |
| HSV(B) | 276º | 0.58% | 0.94% | - |
| XYZ | 40.05 | 25.6 | 85.27 | - |
| YUV | 141.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 240 | 0.23 | 0.58 | 0 | 0.06 | 276 | 0.82 | 0.67 |
| Hex | B8 | 64 | F0 | 17 | 3A | 0 | 6 | 114 | 52 | 43 |
| Octal | 270 | 144 | 360 | 27 | 72 | 0 | 6 | 424 | 122 | 103 |
| Binary | 10111000 | 1100100 | 11110000 | 10111 | 111010 | 0 | 110 | 100010100 | 1010010 | 1000011 |
Color Harmonies of #B864F0
Complementary color
Monochromatic Colors of #B864F0
Black with #B864F0
Text Example
Text Example
White with #B864F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B864F0; }
p { color: rgb(184,100,240); }
H1.HeaderClassName
{
color: #B864F0;
}
.AnyTagClassName
{
color: #B864F0;
}
</style>
background-color css
<style>
a { background-color: #B864F0; }
a { background-color: rgb(184,100,240); }
div.DivClassName
{
background-color: #B864F0;
}
.BgClassName
{
background-color: #B864F0;
}
</style>
border-color css
<style>
span { border-color: #B864F0; }
span { border-color: rgb(184,100,240); }
td.TdClassName
{
border-color: #B864F0;
}
.TagClassName
{
border-color: #B864F0;
}
</style>