Shades of Medium Orchid #B351F9
Tints of Medium Orchid #B351F9
RGB
CMYK
RGB Variations
Color information
#B351F9 (or 0xB351F9) is known color: Medium Orchid. HEX triplet: B3, 51 and F9. RGB value is (179,81,249). Sum of RGB (Red+Green+Blue) = 179+81+249=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #B351F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351F9 is #4CAE06. Grayscale: #808080. Windows color (decimal): -5025287 or 16339379. OLE color: 16339379.
HSL color Cylindrical-coordinate representation of color #B351F9: hue angle of 275º 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 #B351F9 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 81 | 249 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.02 |
| HSL | 275º | 0.93% | 0.65% | - |
| HSV(B) | 275º | 0.67% | 0.98% | - |
| XYZ | 38.63 | 22.31 | 91.89 | - |
| YUV | 129.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 249 | 0.28 | 0.67 | 0 | 0.02 | 275 | 0.93 | 0.65 |
| Hex | B3 | 51 | F9 | 1C | 43 | 0 | 2 | 113 | 5D | 41 |
| Octal | 263 | 121 | 371 | 34 | 103 | 0 | 2 | 423 | 135 | 101 |
| Binary | 10110011 | 1010001 | 11111001 | 11100 | 1000011 | 0 | 10 | 100010011 | 1011101 | 1000001 |
Color Harmonies of #B351F9
Complementary color
Monochromatic Colors of #B351F9
Black with #B351F9
Text Example
Text Example
White with #B351F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351F9; }
p { color: rgb(179,81,249); }
H1.HeaderClassName
{
color: #B351F9;
}
.AnyTagClassName
{
color: #B351F9;
}
</style>
background-color css
<style>
a { background-color: #B351F9; }
a { background-color: rgb(179,81,249); }
div.DivClassName
{
background-color: #B351F9;
}
.BgClassName
{
background-color: #B351F9;
}
</style>
border-color css
<style>
span { border-color: #B351F9; }
span { border-color: rgb(179,81,249); }
td.TdClassName
{
border-color: #B351F9;
}
.TagClassName
{
border-color: #B351F9;
}
</style>