Shades of Medium Orchid #B05CDD
Tints of Medium Orchid #B05CDD
RGB
CMYK
RGB Variations
Color information
#B05CDD (or 0xB05CDD) is known color: Medium Orchid. HEX triplet: B0, 5C and DD. RGB value is (176,92,221). Sum of RGB (Red+Green+Blue) = 176+92+221=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #B05CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CDD is #4FA322. Grayscale: #838383. Windows color (decimal): -5219107 or 14507184. OLE color: 14507184.
HSL color Cylindrical-coordinate representation of color #B05CDD: hue angle of 279.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B05CDD is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 92 | 221 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.13 |
| HSL | 279.07º | 0.65% | 0.61% | - |
| HSV(B) | 279.07º | 0.58% | 0.87% | - |
| XYZ | 34.78 | 22.1 | 70.84 | - |
| YUV | 131.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 221 | 0.20 | 0.58 | 0 | 0.13 | 279.07 | 0.65 | 0.61 |
| Hex | B0 | 5C | DD | 14 | 3A | 0 | D | 117 | 41 | 3D |
| Octal | 260 | 134 | 335 | 24 | 72 | 0 | 15 | 427 | 101 | 75 |
| Binary | 10110000 | 1011100 | 11011101 | 10100 | 111010 | 0 | 1101 | 100010111 | 1000001 | 111101 |
Color Harmonies of #B05CDD
Complementary color
Monochromatic Colors of #B05CDD
Black with #B05CDD
Text Example
Text Example
White with #B05CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05CDD; }
p { color: rgb(176,92,221); }
H1.HeaderClassName
{
color: #B05CDD;
}
.AnyTagClassName
{
color: #B05CDD;
}
</style>
background-color css
<style>
a { background-color: #B05CDD; }
a { background-color: rgb(176,92,221); }
div.DivClassName
{
background-color: #B05CDD;
}
.BgClassName
{
background-color: #B05CDD;
}
</style>
border-color css
<style>
span { border-color: #B05CDD; }
span { border-color: rgb(176,92,221); }
td.TdClassName
{
border-color: #B05CDD;
}
.TagClassName
{
border-color: #B05CDD;
}
</style>