Shades of Medium Orchid #B251F9
Tints of Medium Orchid #B251F9
RGB
CMYK
RGB Variations
Color information
#B251F9 (or 0xB251F9) is known color: Medium Orchid. HEX triplet: B2, 51 and F9. RGB value is (178,81,249). Sum of RGB (Red+Green+Blue) = 178+81+249=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #B251F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251F9 is #4DAE06. Grayscale: #808080. Windows color (decimal): -5090823 or 16339378. OLE color: 16339378.
HSL color Cylindrical-coordinate representation of color #B251F9: hue angle of 274.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B251F9 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 81 | 249 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.02 |
| HSL | 274.64º | 0.93% | 0.65% | - |
| HSV(B) | 274.64º | 0.67% | 0.98% | - |
| XYZ | 38.4 | 22.19 | 91.88 | - |
| YUV | 129.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 249 | 0.29 | 0.67 | 0 | 0.02 | 274.64 | 0.93 | 0.65 |
| Hex | B2 | 51 | F9 | 1D | 43 | 0 | 2 | 113 | 5D | 41 |
| Octal | 262 | 121 | 371 | 35 | 103 | 0 | 2 | 423 | 135 | 101 |
| Binary | 10110010 | 1010001 | 11111001 | 11101 | 1000011 | 0 | 10 | 100010011 | 1011101 | 1000001 |
Color Harmonies of #B251F9
Complementary color
Monochromatic Colors of #B251F9
Black with #B251F9
Text Example
Text Example
White with #B251F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251F9; }
p { color: rgb(178,81,249); }
H1.HeaderClassName
{
color: #B251F9;
}
.AnyTagClassName
{
color: #B251F9;
}
</style>
background-color css
<style>
a { background-color: #B251F9; }
a { background-color: rgb(178,81,249); }
div.DivClassName
{
background-color: #B251F9;
}
.BgClassName
{
background-color: #B251F9;
}
</style>
border-color css
<style>
span { border-color: #B251F9; }
span { border-color: rgb(178,81,249); }
td.TdClassName
{
border-color: #B251F9;
}
.TagClassName
{
border-color: #B251F9;
}
</style>