Shades of Medium Orchid #B35DF1
Tints of Medium Orchid #B35DF1
RGB
CMYK
RGB Variations
Color information
#B35DF1 (or 0xB35DF1) is known color: Medium Orchid. HEX triplet: B3, 5D and F1. RGB value is (179,93,241). Sum of RGB (Red+Green+Blue) = 179+93+241=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #B35DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35DF1 is #4CA20E. Grayscale: #878787. Windows color (decimal): -5022223 or 15818163. OLE color: 15818163.
HSL color Cylindrical-coordinate representation of color #B35DF1: hue angle of 274.86º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35DF1 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 93 | 241 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.05 |
| HSL | 274.86º | 0.84% | 0.65% | - |
| HSV(B) | 274.86º | 0.61% | 0.95% | - |
| XYZ | 38.38 | 23.76 | 85.78 | - |
| YUV | 135.59 | 187.49 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 241 | 0.26 | 0.61 | 0 | 0.05 | 274.86 | 0.84 | 0.65 |
| Hex | B3 | 5D | F1 | 1A | 3D | 0 | 5 | 113 | 54 | 41 |
| Octal | 263 | 135 | 361 | 32 | 75 | 0 | 5 | 423 | 124 | 101 |
| Binary | 10110011 | 1011101 | 11110001 | 11010 | 111101 | 0 | 101 | 100010011 | 1010100 | 1000001 |
Color Harmonies of #B35DF1
Complementary color
Monochromatic Colors of #B35DF1
Black with #B35DF1
Text Example
Text Example
White with #B35DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35DF1; }
p { color: rgb(179,93,241); }
H1.HeaderClassName
{
color: #B35DF1;
}
.AnyTagClassName
{
color: #B35DF1;
}
</style>
background-color css
<style>
a { background-color: #B35DF1; }
a { background-color: rgb(179,93,241); }
div.DivClassName
{
background-color: #B35DF1;
}
.BgClassName
{
background-color: #B35DF1;
}
</style>
border-color css
<style>
span { border-color: #B35DF1; }
span { border-color: rgb(179,93,241); }
td.TdClassName
{
border-color: #B35DF1;
}
.TagClassName
{
border-color: #B35DF1;
}
</style>