Shades of Medium Orchid #B05FDD
Tints of Medium Orchid #B05FDD
RGB
CMYK
RGB Variations
Color information
#B05FDD (or 0xB05FDD) is known color: Medium Orchid. HEX triplet: B0, 5F and DD. RGB value is (176,95,221). Sum of RGB (Red+Green+Blue) = 176+95+221=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #B05FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FDD is #4FA022. Grayscale: #858585. Windows color (decimal): -5218339 or 14507952. OLE color: 14507952.
HSL color Cylindrical-coordinate representation of color #B05FDD: hue angle of 278.57º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B05FDD is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 95 | 221 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.13 |
| HSL | 278.57º | 0.65% | 0.62% | - |
| HSV(B) | 278.57º | 0.57% | 0.87% | - |
| XYZ | 35.05 | 22.63 | 70.93 | - |
| YUV | 133.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 221 | 0.20 | 0.57 | 0 | 0.13 | 278.57 | 0.65 | 0.62 |
| Hex | B0 | 5F | DD | 14 | 39 | 0 | D | 117 | 41 | 3E |
| Octal | 260 | 137 | 335 | 24 | 71 | 0 | 15 | 427 | 101 | 76 |
| Binary | 10110000 | 1011111 | 11011101 | 10100 | 111001 | 0 | 1101 | 100010111 | 1000001 | 111110 |
Color Harmonies of #B05FDD
Complementary color
Monochromatic Colors of #B05FDD
Black with #B05FDD
Text Example
Text Example
White with #B05FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FDD; }
p { color: rgb(176,95,221); }
H1.HeaderClassName
{
color: #B05FDD;
}
.AnyTagClassName
{
color: #B05FDD;
}
</style>
background-color css
<style>
a { background-color: #B05FDD; }
a { background-color: rgb(176,95,221); }
div.DivClassName
{
background-color: #B05FDD;
}
.BgClassName
{
background-color: #B05FDD;
}
</style>
border-color css
<style>
span { border-color: #B05FDD; }
span { border-color: rgb(176,95,221); }
td.TdClassName
{
border-color: #B05FDD;
}
.TagClassName
{
border-color: #B05FDD;
}
</style>