Shades of Medium Orchid #B351F6
Tints of Medium Orchid #B351F6
RGB
CMYK
RGB Variations
Color information
#B351F6 (or 0xB351F6) is known color: Medium Orchid. HEX triplet: B3, 51 and F6. RGB value is (179,81,246). Sum of RGB (Red+Green+Blue) = 179+81+246=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #B351F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351F6 is #4CAE09. Grayscale: #808080. Windows color (decimal): -5025290 or 16142771. OLE color: 16142771.
HSL color Cylindrical-coordinate representation of color #B351F6: hue angle of 275.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B351F6 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 81 | 246 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.04 |
| HSL | 275.64º | 0.9% | 0.64% | - |
| HSV(B) | 275.64º | 0.67% | 0.96% | - |
| XYZ | 38.17 | 22.12 | 89.45 | - |
| YUV | 129.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 246 | 0.27 | 0.67 | 0 | 0.04 | 275.64 | 0.9 | 0.64 |
| Hex | B3 | 51 | F6 | 1B | 43 | 0 | 4 | 114 | 5A | 40 |
| Octal | 263 | 121 | 366 | 33 | 103 | 0 | 4 | 424 | 132 | 100 |
| Binary | 10110011 | 1010001 | 11110110 | 11011 | 1000011 | 0 | 100 | 100010100 | 1011010 | 1000000 |
Color Harmonies of #B351F6
Complementary color
Monochromatic Colors of #B351F6
Black with #B351F6
Text Example
Text Example
White with #B351F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351F6; }
p { color: rgb(179,81,246); }
H1.HeaderClassName
{
color: #B351F6;
}
.AnyTagClassName
{
color: #B351F6;
}
</style>
background-color css
<style>
a { background-color: #B351F6; }
a { background-color: rgb(179,81,246); }
div.DivClassName
{
background-color: #B351F6;
}
.BgClassName
{
background-color: #B351F6;
}
</style>
border-color css
<style>
span { border-color: #B351F6; }
span { border-color: rgb(179,81,246); }
td.TdClassName
{
border-color: #B351F6;
}
.TagClassName
{
border-color: #B351F6;
}
</style>