Shades of Medium Orchid #B364F0
Tints of Medium Orchid #B364F0
RGB
CMYK
RGB Variations
Color information
#B364F0 (or 0xB364F0) is known color: Medium Orchid. HEX triplet: B3, 64 and F0. RGB value is (179,100,240). Sum of RGB (Red+Green+Blue) = 179+100+240=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #B364F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B364F0 is #4C9B0F. Grayscale: #8B8B8B. Windows color (decimal): -5020432 or 15754419. OLE color: 15754419.
HSL color Cylindrical-coordinate representation of color #B364F0: hue angle of 273.86º 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 #B364F0 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 100 | 240 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.06 |
| HSL | 273.86º | 0.82% | 0.67% | - |
| HSV(B) | 273.86º | 0.58% | 0.94% | - |
| XYZ | 38.88 | 24.99 | 85.21 | - |
| YUV | 139.58 | 184.67 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 240 | 0.25 | 0.58 | 0 | 0.06 | 273.86 | 0.82 | 0.67 |
| Hex | B3 | 64 | F0 | 19 | 3A | 0 | 6 | 112 | 52 | 43 |
| Octal | 263 | 144 | 360 | 31 | 72 | 0 | 6 | 422 | 122 | 103 |
| Binary | 10110011 | 1100100 | 11110000 | 11001 | 111010 | 0 | 110 | 100010010 | 1010010 | 1000011 |
Color Harmonies of #B364F0
Complementary color
Monochromatic Colors of #B364F0
Black with #B364F0
Text Example
Text Example
White with #B364F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364F0; }
p { color: rgb(179,100,240); }
H1.HeaderClassName
{
color: #B364F0;
}
.AnyTagClassName
{
color: #B364F0;
}
</style>
background-color css
<style>
a { background-color: #B364F0; }
a { background-color: rgb(179,100,240); }
div.DivClassName
{
background-color: #B364F0;
}
.BgClassName
{
background-color: #B364F0;
}
</style>
border-color css
<style>
span { border-color: #B364F0; }
span { border-color: rgb(179,100,240); }
td.TdClassName
{
border-color: #B364F0;
}
.TagClassName
{
border-color: #B364F0;
}
</style>