Shades of Medium Orchid #B351EF
Tints of Medium Orchid #B351EF
RGB
CMYK
RGB Variations
Color information
#B351EF (or 0xB351EF) is known color: Medium Orchid. HEX triplet: B3, 51 and EF. RGB value is (179,81,239). Sum of RGB (Red+Green+Blue) = 179+81+239=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #B351EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351EF is #4CAE10. Grayscale: #7F7F7F. Windows color (decimal): -5025297 or 15684019. OLE color: 15684019.
HSL color Cylindrical-coordinate representation of color #B351EF: hue angle of 277.22º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B351EF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 81 | 239 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.06 |
| HSL | 277.22º | 0.83% | 0.63% | - |
| HSV(B) | 277.22º | 0.66% | 0.94% | - |
| XYZ | 37.11 | 21.7 | 83.89 | - |
| YUV | 128.31 | 190.47 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 239 | 0.25 | 0.66 | 0 | 0.06 | 277.22 | 0.83 | 0.63 |
| Hex | B3 | 51 | EF | 19 | 42 | 0 | 6 | 115 | 53 | 3F |
| Octal | 263 | 121 | 357 | 31 | 102 | 0 | 6 | 425 | 123 | 77 |
| Binary | 10110011 | 1010001 | 11101111 | 11001 | 1000010 | 0 | 110 | 100010101 | 1010011 | 111111 |
Color Harmonies of #B351EF
Complementary color
Monochromatic Colors of #B351EF
Black with #B351EF
Text Example
Text Example
White with #B351EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351EF; }
p { color: rgb(179,81,239); }
H1.HeaderClassName
{
color: #B351EF;
}
.AnyTagClassName
{
color: #B351EF;
}
</style>
background-color css
<style>
a { background-color: #B351EF; }
a { background-color: rgb(179,81,239); }
div.DivClassName
{
background-color: #B351EF;
}
.BgClassName
{
background-color: #B351EF;
}
</style>
border-color css
<style>
span { border-color: #B351EF; }
span { border-color: rgb(179,81,239); }
td.TdClassName
{
border-color: #B351EF;
}
.TagClassName
{
border-color: #B351EF;
}
</style>