Shades of Medium Orchid #B05DF3
Tints of Medium Orchid #B05DF3
RGB
CMYK
RGB Variations
Color information
#B05DF3 (or 0xB05DF3) is known color: Medium Orchid. HEX triplet: B0, 5D and F3. RGB value is (176,93,243). Sum of RGB (Red+Green+Blue) = 176+93+243=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #B05DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DF3 is #4FA20C. Grayscale: #868686. Windows color (decimal): -5218829 or 15949232. OLE color: 15949232.
HSL color Cylindrical-coordinate representation of color #B05DF3: hue angle of 273.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05DF3 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 93 | 243 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.05 |
| HSL | 273.2º | 0.86% | 0.66% | - |
| HSV(B) | 273.2º | 0.62% | 0.95% | - |
| XYZ | 38 | 23.53 | 87.33 | - |
| YUV | 134.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 243 | 0.28 | 0.62 | 0 | 0.05 | 273.2 | 0.86 | 0.66 |
| Hex | B0 | 5D | F3 | 1C | 3E | 0 | 5 | 111 | 56 | 42 |
| Octal | 260 | 135 | 363 | 34 | 76 | 0 | 5 | 421 | 126 | 102 |
| Binary | 10110000 | 1011101 | 11110011 | 11100 | 111110 | 0 | 101 | 100010001 | 1010110 | 1000010 |
Color Harmonies of #B05DF3
Complementary color
Monochromatic Colors of #B05DF3
Black with #B05DF3
Text Example
Text Example
White with #B05DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DF3; }
p { color: rgb(176,93,243); }
H1.HeaderClassName
{
color: #B05DF3;
}
.AnyTagClassName
{
color: #B05DF3;
}
</style>
background-color css
<style>
a { background-color: #B05DF3; }
a { background-color: rgb(176,93,243); }
div.DivClassName
{
background-color: #B05DF3;
}
.BgClassName
{
background-color: #B05DF3;
}
</style>
border-color css
<style>
span { border-color: #B05DF3; }
span { border-color: rgb(176,93,243); }
td.TdClassName
{
border-color: #B05DF3;
}
.TagClassName
{
border-color: #B05DF3;
}
</style>