Shades of Medium Orchid #B05DF2
Tints of Medium Orchid #B05DF2
RGB
CMYK
RGB Variations
Color information
#B05DF2 (or 0xB05DF2) is known color: Medium Orchid. HEX triplet: B0, 5D and F2. RGB value is (176,93,242). Sum of RGB (Red+Green+Blue) = 176+93+242=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #B05DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DF2 is #4FA20D. Grayscale: #868686. Windows color (decimal): -5218830 or 15883696. OLE color: 15883696.
HSL color Cylindrical-coordinate representation of color #B05DF2: hue angle of 273.42º degrees, saturation: 0.85, 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 #B05DF2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 93 | 242 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.05 |
| HSL | 273.42º | 0.85% | 0.66% | - |
| HSV(B) | 273.42º | 0.62% | 0.95% | - |
| XYZ | 37.85 | 23.47 | 86.54 | - |
| YUV | 134.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 242 | 0.27 | 0.62 | 0 | 0.05 | 273.42 | 0.85 | 0.66 |
| Hex | B0 | 5D | F2 | 1B | 3E | 0 | 5 | 111 | 55 | 42 |
| Octal | 260 | 135 | 362 | 33 | 76 | 0 | 5 | 421 | 125 | 102 |
| Binary | 10110000 | 1011101 | 11110010 | 11011 | 111110 | 0 | 101 | 100010001 | 1010101 | 1000010 |
Color Harmonies of #B05DF2
Complementary color
Monochromatic Colors of #B05DF2
Black with #B05DF2
Text Example
Text Example
White with #B05DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DF2; }
p { color: rgb(176,93,242); }
H1.HeaderClassName
{
color: #B05DF2;
}
.AnyTagClassName
{
color: #B05DF2;
}
</style>
background-color css
<style>
a { background-color: #B05DF2; }
a { background-color: rgb(176,93,242); }
div.DivClassName
{
background-color: #B05DF2;
}
.BgClassName
{
background-color: #B05DF2;
}
</style>
border-color css
<style>
span { border-color: #B05DF2; }
span { border-color: rgb(176,93,242); }
td.TdClassName
{
border-color: #B05DF2;
}
.TagClassName
{
border-color: #B05DF2;
}
</style>