Shades of Medium Orchid #B461F0
Tints of Medium Orchid #B461F0
RGB
CMYK
RGB Variations
Color information
#B461F0 (or 0xB461F0) is known color: Medium Orchid. HEX triplet: B4, 61 and F0. RGB value is (180,97,240). Sum of RGB (Red+Green+Blue) = 180+97+240=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #B461F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461F0 is #4B9E0F. Grayscale: #898989. Windows color (decimal): -4955664 or 15753652. OLE color: 15753652.
HSL color Cylindrical-coordinate representation of color #B461F0: hue angle of 274.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B461F0 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 97 | 240 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.06 |
| HSL | 274.83º | 0.83% | 0.66% | - |
| HSV(B) | 274.83º | 0.6% | 0.94% | - |
| XYZ | 38.83 | 24.54 | 85.13 | - |
| YUV | 138.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 240 | 0.25 | 0.60 | 0 | 0.06 | 274.83 | 0.83 | 0.66 |
| Hex | B4 | 61 | F0 | 19 | 3C | 0 | 6 | 113 | 53 | 42 |
| Octal | 264 | 141 | 360 | 31 | 74 | 0 | 6 | 423 | 123 | 102 |
| Binary | 10110100 | 1100001 | 11110000 | 11001 | 111100 | 0 | 110 | 100010011 | 1010011 | 1000010 |
Color Harmonies of #B461F0
Complementary color
Monochromatic Colors of #B461F0
Black with #B461F0
Text Example
Text Example
White with #B461F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461F0; }
p { color: rgb(180,97,240); }
H1.HeaderClassName
{
color: #B461F0;
}
.AnyTagClassName
{
color: #B461F0;
}
</style>
background-color css
<style>
a { background-color: #B461F0; }
a { background-color: rgb(180,97,240); }
div.DivClassName
{
background-color: #B461F0;
}
.BgClassName
{
background-color: #B461F0;
}
</style>
border-color css
<style>
span { border-color: #B461F0; }
span { border-color: rgb(180,97,240); }
td.TdClassName
{
border-color: #B461F0;
}
.TagClassName
{
border-color: #B461F0;
}
</style>