Shades of Medium Orchid #B351DF
Tints of Medium Orchid #B351DF
RGB
CMYK
RGB Variations
Color information
#B351DF (or 0xB351DF) is known color: Medium Orchid. HEX triplet: B3, 51 and DF. RGB value is (179,81,223). Sum of RGB (Red+Green+Blue) = 179+81+223=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #B351DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351DF is #4CAE20. Grayscale: #7E7E7E. Windows color (decimal): -5025313 or 14635443. OLE color: 14635443.
HSL color Cylindrical-coordinate representation of color #B351DF: hue angle of 281.41º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B351DF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 81 | 223 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.13 |
| HSL | 281.41º | 0.69% | 0.6% | - |
| HSV(B) | 281.41º | 0.64% | 0.87% | - |
| XYZ | 34.85 | 20.8 | 71.99 | - |
| YUV | 126.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 223 | 0.20 | 0.64 | 0 | 0.13 | 281.41 | 0.69 | 0.6 |
| Hex | B3 | 51 | DF | 14 | 40 | 0 | D | 119 | 45 | 3C |
| Octal | 263 | 121 | 337 | 24 | 100 | 0 | 15 | 431 | 105 | 74 |
| Binary | 10110011 | 1010001 | 11011111 | 10100 | 1000000 | 0 | 1101 | 100011001 | 1000101 | 111100 |
Color Harmonies of #B351DF
Complementary color
Monochromatic Colors of #B351DF
Black with #B351DF
Text Example
Text Example
White with #B351DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351DF; }
p { color: rgb(179,81,223); }
H1.HeaderClassName
{
color: #B351DF;
}
.AnyTagClassName
{
color: #B351DF;
}
</style>
background-color css
<style>
a { background-color: #B351DF; }
a { background-color: rgb(179,81,223); }
div.DivClassName
{
background-color: #B351DF;
}
.BgClassName
{
background-color: #B351DF;
}
</style>
border-color css
<style>
span { border-color: #B351DF; }
span { border-color: rgb(179,81,223); }
td.TdClassName
{
border-color: #B351DF;
}
.TagClassName
{
border-color: #B351DF;
}
</style>