Shades of Medium Orchid #B251F2
Tints of Medium Orchid #B251F2
RGB
CMYK
RGB Variations
Color information
#B251F2 (or 0xB251F2) is known color: Medium Orchid. HEX triplet: B2, 51 and F2. RGB value is (178,81,242). Sum of RGB (Red+Green+Blue) = 178+81+242=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #B251F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251F2 is #4DAE0D. Grayscale: #7F7F7F. Windows color (decimal): -5090830 or 15880626. OLE color: 15880626.
HSL color Cylindrical-coordinate representation of color #B251F2: hue angle of 276.15º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B251F2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 81 | 242 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.05 |
| HSL | 276.15º | 0.86% | 0.63% | - |
| HSV(B) | 276.15º | 0.67% | 0.95% | - |
| XYZ | 37.33 | 21.76 | 86.24 | - |
| YUV | 128.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 242 | 0.26 | 0.67 | 0 | 0.05 | 276.15 | 0.86 | 0.63 |
| Hex | B2 | 51 | F2 | 1A | 43 | 0 | 5 | 114 | 56 | 3F |
| Octal | 262 | 121 | 362 | 32 | 103 | 0 | 5 | 424 | 126 | 77 |
| Binary | 10110010 | 1010001 | 11110010 | 11010 | 1000011 | 0 | 101 | 100010100 | 1010110 | 111111 |
Color Harmonies of #B251F2
Complementary color
Monochromatic Colors of #B251F2
Black with #B251F2
Text Example
Text Example
White with #B251F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251F2; }
p { color: rgb(178,81,242); }
H1.HeaderClassName
{
color: #B251F2;
}
.AnyTagClassName
{
color: #B251F2;
}
</style>
background-color css
<style>
a { background-color: #B251F2; }
a { background-color: rgb(178,81,242); }
div.DivClassName
{
background-color: #B251F2;
}
.BgClassName
{
background-color: #B251F2;
}
</style>
border-color css
<style>
span { border-color: #B251F2; }
span { border-color: rgb(178,81,242); }
td.TdClassName
{
border-color: #B251F2;
}
.TagClassName
{
border-color: #B251F2;
}
</style>