Shades of Medium Orchid #B251F3
Tints of Medium Orchid #B251F3
RGB
CMYK
RGB Variations
Color information
#B251F3 (or 0xB251F3) is known color: Medium Orchid. HEX triplet: B2, 51 and F3. RGB value is (178,81,243). Sum of RGB (Red+Green+Blue) = 178+81+243=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #B251F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251F3 is #4DAE0C. Grayscale: #7F7F7F. Windows color (decimal): -5090829 or 15946162. OLE color: 15946162.
HSL color Cylindrical-coordinate representation of color #B251F3: hue angle of 275.93º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B251F3 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 81 | 243 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.05 |
| HSL | 275.93º | 0.87% | 0.64% | - |
| HSV(B) | 275.93º | 0.67% | 0.95% | - |
| XYZ | 37.48 | 21.82 | 87.03 | - |
| YUV | 128.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 243 | 0.27 | 0.67 | 0 | 0.05 | 275.93 | 0.87 | 0.64 |
| Hex | B2 | 51 | F3 | 1B | 43 | 0 | 5 | 114 | 57 | 40 |
| Octal | 262 | 121 | 363 | 33 | 103 | 0 | 5 | 424 | 127 | 100 |
| Binary | 10110010 | 1010001 | 11110011 | 11011 | 1000011 | 0 | 101 | 100010100 | 1010111 | 1000000 |
Color Harmonies of #B251F3
Complementary color
Monochromatic Colors of #B251F3
Black with #B251F3
Text Example
Text Example
White with #B251F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251F3; }
p { color: rgb(178,81,243); }
H1.HeaderClassName
{
color: #B251F3;
}
.AnyTagClassName
{
color: #B251F3;
}
</style>
background-color css
<style>
a { background-color: #B251F3; }
a { background-color: rgb(178,81,243); }
div.DivClassName
{
background-color: #B251F3;
}
.BgClassName
{
background-color: #B251F3;
}
</style>
border-color css
<style>
span { border-color: #B251F3; }
span { border-color: rgb(178,81,243); }
td.TdClassName
{
border-color: #B251F3;
}
.TagClassName
{
border-color: #B251F3;
}
</style>