Shades of Medium Orchid #B05DF5
Tints of Medium Orchid #B05DF5
RGB
CMYK
RGB Variations
Color information
#B05DF5 (or 0xB05DF5) is known color: Medium Orchid. HEX triplet: B0, 5D and F5. RGB value is (176,93,245). Sum of RGB (Red+Green+Blue) = 176+93+245=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #B05DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DF5 is #4FA20A. Grayscale: #868686. Windows color (decimal): -5218827 or 16080304. OLE color: 16080304.
HSL color Cylindrical-coordinate representation of color #B05DF5: hue angle of 272.76º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05DF5 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 93 | 245 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.04 |
| HSL | 272.76º | 0.88% | 0.66% | - |
| HSV(B) | 272.76º | 0.62% | 0.96% | - |
| XYZ | 38.3 | 23.65 | 88.93 | - |
| YUV | 135.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 245 | 0.28 | 0.62 | 0 | 0.04 | 272.76 | 0.88 | 0.66 |
| Hex | B0 | 5D | F5 | 1C | 3E | 0 | 4 | 111 | 58 | 42 |
| Octal | 260 | 135 | 365 | 34 | 76 | 0 | 4 | 421 | 130 | 102 |
| Binary | 10110000 | 1011101 | 11110101 | 11100 | 111110 | 0 | 100 | 100010001 | 1011000 | 1000010 |
Color Harmonies of #B05DF5
Complementary color
Monochromatic Colors of #B05DF5
Black with #B05DF5
Text Example
Text Example
White with #B05DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DF5; }
p { color: rgb(176,93,245); }
H1.HeaderClassName
{
color: #B05DF5;
}
.AnyTagClassName
{
color: #B05DF5;
}
</style>
background-color css
<style>
a { background-color: #B05DF5; }
a { background-color: rgb(176,93,245); }
div.DivClassName
{
background-color: #B05DF5;
}
.BgClassName
{
background-color: #B05DF5;
}
</style>
border-color css
<style>
span { border-color: #B05DF5; }
span { border-color: rgb(176,93,245); }
td.TdClassName
{
border-color: #B05DF5;
}
.TagClassName
{
border-color: #B05DF5;
}
</style>