Shades of Medium Orchid #B05CF1
Tints of Medium Orchid #B05CF1
RGB
CMYK
RGB Variations
Color information
#B05CF1 (or 0xB05CF1) is known color: Medium Orchid. HEX triplet: B0, 5C and F1. RGB value is (176,92,241). Sum of RGB (Red+Green+Blue) = 176+92+241=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #B05CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CF1 is #4FA30E. Grayscale: #858585. Windows color (decimal): -5219087 or 15817904. OLE color: 15817904.
HSL color Cylindrical-coordinate representation of color #B05CF1: hue angle of 273.83º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05CF1 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 92 | 241 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.05 |
| HSL | 273.83º | 0.84% | 0.65% | - |
| HSV(B) | 273.83º | 0.62% | 0.95% | - |
| XYZ | 37.61 | 23.24 | 85.72 | - |
| YUV | 134.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 241 | 0.27 | 0.62 | 0 | 0.05 | 273.83 | 0.84 | 0.65 |
| Hex | B0 | 5C | F1 | 1B | 3E | 0 | 5 | 112 | 54 | 41 |
| Octal | 260 | 134 | 361 | 33 | 76 | 0 | 5 | 422 | 124 | 101 |
| Binary | 10110000 | 1011100 | 11110001 | 11011 | 111110 | 0 | 101 | 100010010 | 1010100 | 1000001 |
Color Harmonies of #B05CF1
Complementary color
Monochromatic Colors of #B05CF1
Black with #B05CF1
Text Example
Text Example
White with #B05CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CF1; }
p { color: rgb(176,92,241); }
H1.HeaderClassName
{
color: #B05CF1;
}
.AnyTagClassName
{
color: #B05CF1;
}
</style>
background-color css
<style>
a { background-color: #B05CF1; }
a { background-color: rgb(176,92,241); }
div.DivClassName
{
background-color: #B05CF1;
}
.BgClassName
{
background-color: #B05CF1;
}
</style>
border-color css
<style>
span { border-color: #B05CF1; }
span { border-color: rgb(176,92,241); }
td.TdClassName
{
border-color: #B05CF1;
}
.TagClassName
{
border-color: #B05CF1;
}
</style>