Shades of Medium Orchid #B35DE9
Tints of Medium Orchid #B35DE9
RGB
CMYK
RGB Variations
Color information
#B35DE9 (or 0xB35DE9) is known color: Medium Orchid. HEX triplet: B3, 5D and E9. RGB value is (179,93,233). Sum of RGB (Red+Green+Blue) = 179+93+233=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #B35DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35DE9 is #4CA216. Grayscale: #868686. Windows color (decimal): -5022231 or 15293875. OLE color: 15293875.
HSL color Cylindrical-coordinate representation of color #B35DE9: hue angle of 276.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B35DE9 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 93 | 233 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.09 |
| HSL | 276.86º | 0.76% | 0.64% | - |
| HSV(B) | 276.86º | 0.6% | 0.91% | - |
| XYZ | 37.21 | 23.3 | 79.63 | - |
| YUV | 134.67 | 183.49 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 233 | 0.23 | 0.60 | 0 | 0.09 | 276.86 | 0.76 | 0.64 |
| Hex | B3 | 5D | E9 | 17 | 3C | 0 | 9 | 115 | 4C | 40 |
| Octal | 263 | 135 | 351 | 27 | 74 | 0 | 11 | 425 | 114 | 100 |
| Binary | 10110011 | 1011101 | 11101001 | 10111 | 111100 | 0 | 1001 | 100010101 | 1001100 | 1000000 |
Color Harmonies of #B35DE9
Complementary color
Monochromatic Colors of #B35DE9
Black with #B35DE9
Text Example
Text Example
White with #B35DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35DE9; }
p { color: rgb(179,93,233); }
H1.HeaderClassName
{
color: #B35DE9;
}
.AnyTagClassName
{
color: #B35DE9;
}
</style>
background-color css
<style>
a { background-color: #B35DE9; }
a { background-color: rgb(179,93,233); }
div.DivClassName
{
background-color: #B35DE9;
}
.BgClassName
{
background-color: #B35DE9;
}
</style>
border-color css
<style>
span { border-color: #B35DE9; }
span { border-color: rgb(179,93,233); }
td.TdClassName
{
border-color: #B35DE9;
}
.TagClassName
{
border-color: #B35DE9;
}
</style>