Shades of Medium Orchid #B061F2
Tints of Medium Orchid #B061F2
RGB
CMYK
RGB Variations
Color information
#B061F2 (or 0xB061F2) is known color: Medium Orchid. HEX triplet: B0, 61 and F2. RGB value is (176,97,242). Sum of RGB (Red+Green+Blue) = 176+97+242=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #B061F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B061F2 is #4F9E0D. Grayscale: #888888. Windows color (decimal): -5217806 or 15884720. OLE color: 15884720.
HSL color Cylindrical-coordinate representation of color #B061F2: hue angle of 272.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B061F2 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 97 | 242 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.05 |
| HSL | 272.69º | 0.85% | 0.66% | - |
| HSV(B) | 272.69º | 0.6% | 0.95% | - |
| XYZ | 38.21 | 24.19 | 86.66 | - |
| YUV | 137.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 242 | 0.27 | 0.60 | 0 | 0.05 | 272.69 | 0.85 | 0.66 |
| Hex | B0 | 61 | F2 | 1B | 3C | 0 | 5 | 111 | 55 | 42 |
| Octal | 260 | 141 | 362 | 33 | 74 | 0 | 5 | 421 | 125 | 102 |
| Binary | 10110000 | 1100001 | 11110010 | 11011 | 111100 | 0 | 101 | 100010001 | 1010101 | 1000010 |
Color Harmonies of #B061F2
Complementary color
Monochromatic Colors of #B061F2
Black with #B061F2
Text Example
Text Example
White with #B061F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B061F2; }
p { color: rgb(176,97,242); }
H1.HeaderClassName
{
color: #B061F2;
}
.AnyTagClassName
{
color: #B061F2;
}
</style>
background-color css
<style>
a { background-color: #B061F2; }
a { background-color: rgb(176,97,242); }
div.DivClassName
{
background-color: #B061F2;
}
.BgClassName
{
background-color: #B061F2;
}
</style>
border-color css
<style>
span { border-color: #B061F2; }
span { border-color: rgb(176,97,242); }
td.TdClassName
{
border-color: #B061F2;
}
.TagClassName
{
border-color: #B061F2;
}
</style>