Shades of Medium Orchid #B351C7
Tints of Medium Orchid #B351C7
RGB
CMYK
RGB Variations
Color information
#B351C7 (or 0xB351C7) is known color: Medium Orchid. HEX triplet: B3, 51 and C7. RGB value is (179,81,199). Sum of RGB (Red+Green+Blue) = 179+81+199=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 199 - color contains mainly: blue. Hex color #B351C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351C7 is #4CAE38. Grayscale: #7B7B7B. Windows color (decimal): -5025337 or 13062579. OLE color: 13062579.
HSL color Cylindrical-coordinate representation of color #B351C7: hue angle of 289.83º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B351C7 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 81 | 199 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.22 |
| HSL | 289.83º | 0.51% | 0.55% | - |
| HSV(B) | 289.83º | 0.59% | 0.78% | - |
| XYZ | 31.84 | 19.59 | 56.14 | - |
| YUV | 123.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 199 | 0.10 | 0.59 | 0 | 0.22 | 289.83 | 0.51 | 0.55 |
| Hex | B3 | 51 | C7 | A | 3B | 0 | 16 | 122 | 33 | 37 |
| Octal | 263 | 121 | 307 | 12 | 73 | 0 | 26 | 442 | 63 | 67 |
| Binary | 10110011 | 1010001 | 11000111 | 1010 | 111011 | 0 | 10110 | 100100010 | 110011 | 110111 |
Color Harmonies of #B351C7
Complementary color
Monochromatic Colors of #B351C7
Black with #B351C7
Text Example
Text Example
White with #B351C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351C7; }
p { color: rgb(179,81,199); }
H1.HeaderClassName
{
color: #B351C7;
}
.AnyTagClassName
{
color: #B351C7;
}
</style>
background-color css
<style>
a { background-color: #B351C7; }
a { background-color: rgb(179,81,199); }
div.DivClassName
{
background-color: #B351C7;
}
.BgClassName
{
background-color: #B351C7;
}
</style>
border-color css
<style>
span { border-color: #B351C7; }
span { border-color: rgb(179,81,199); }
td.TdClassName
{
border-color: #B351C7;
}
.TagClassName
{
border-color: #B351C7;
}
</style>