Shades of Medium Orchid #B351EE
Tints of Medium Orchid #B351EE
RGB
CMYK
RGB Variations
Color information
#B351EE (or 0xB351EE) is known color: Medium Orchid. HEX triplet: B3, 51 and EE. RGB value is (179,81,238). Sum of RGB (Red+Green+Blue) = 179+81+238=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #B351EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351EE is #4CAE11. Grayscale: #7F7F7F. Windows color (decimal): -5025298 or 15618483. OLE color: 15618483.
HSL color Cylindrical-coordinate representation of color #B351EE: hue angle of 277.45º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B351EE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 81 | 238 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.07 |
| HSL | 277.45º | 0.82% | 0.63% | - |
| HSV(B) | 277.45º | 0.66% | 0.93% | - |
| XYZ | 36.97 | 21.64 | 83.12 | - |
| YUV | 128.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 238 | 0.25 | 0.66 | 0 | 0.07 | 277.45 | 0.82 | 0.63 |
| Hex | B3 | 51 | EE | 19 | 42 | 0 | 7 | 115 | 52 | 3F |
| Octal | 263 | 121 | 356 | 31 | 102 | 0 | 7 | 425 | 122 | 77 |
| Binary | 10110011 | 1010001 | 11101110 | 11001 | 1000010 | 0 | 111 | 100010101 | 1010010 | 111111 |
Color Harmonies of #B351EE
Complementary color
Monochromatic Colors of #B351EE
Black with #B351EE
Text Example
Text Example
White with #B351EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351EE; }
p { color: rgb(179,81,238); }
H1.HeaderClassName
{
color: #B351EE;
}
.AnyTagClassName
{
color: #B351EE;
}
</style>
background-color css
<style>
a { background-color: #B351EE; }
a { background-color: rgb(179,81,238); }
div.DivClassName
{
background-color: #B351EE;
}
.BgClassName
{
background-color: #B351EE;
}
</style>
border-color css
<style>
span { border-color: #B351EE; }
span { border-color: rgb(179,81,238); }
td.TdClassName
{
border-color: #B351EE;
}
.TagClassName
{
border-color: #B351EE;
}
</style>