Shades of Medium Orchid #B351CE
Tints of Medium Orchid #B351CE
RGB
CMYK
RGB Variations
Color information
#B351CE (or 0xB351CE) is known color: Medium Orchid. HEX triplet: B3, 51 and CE. RGB value is (179,81,206). Sum of RGB (Red+Green+Blue) = 179+81+206=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #B351CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351CE is #4CAE31. Grayscale: #7C7C7C. Windows color (decimal): -5025330 or 13521331. OLE color: 13521331.
HSL color Cylindrical-coordinate representation of color #B351CE: hue angle of 287.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B351CE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 81 | 206 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.19 |
| HSL | 287.04º | 0.56% | 0.56% | - |
| HSV(B) | 287.04º | 0.61% | 0.81% | - |
| XYZ | 32.67 | 19.92 | 60.52 | - |
| YUV | 124.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 206 | 0.13 | 0.61 | 0 | 0.19 | 287.04 | 0.56 | 0.56 |
| Hex | B3 | 51 | CE | D | 3D | 0 | 13 | 11F | 38 | 38 |
| Octal | 263 | 121 | 316 | 15 | 75 | 0 | 23 | 437 | 70 | 70 |
| Binary | 10110011 | 1010001 | 11001110 | 1101 | 111101 | 0 | 10011 | 100011111 | 111000 | 111000 |
Color Harmonies of #B351CE
Complementary color
Monochromatic Colors of #B351CE
Black with #B351CE
Text Example
Text Example
White with #B351CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351CE; }
p { color: rgb(179,81,206); }
H1.HeaderClassName
{
color: #B351CE;
}
.AnyTagClassName
{
color: #B351CE;
}
</style>
background-color css
<style>
a { background-color: #B351CE; }
a { background-color: rgb(179,81,206); }
div.DivClassName
{
background-color: #B351CE;
}
.BgClassName
{
background-color: #B351CE;
}
</style>
border-color css
<style>
span { border-color: #B351CE; }
span { border-color: rgb(179,81,206); }
td.TdClassName
{
border-color: #B351CE;
}
.TagClassName
{
border-color: #B351CE;
}
</style>