Shades of Medium Orchid #BD51FF
Tints of Medium Orchid #BD51FF
RGB
CMYK
RGB Variations
Color information
#BD51FF (or 0xBD51FF) is known color: Medium Orchid. HEX triplet: BD, 51 and FF. RGB value is (189,81,255). Sum of RGB (Red+Green+Blue) = 189+81+255=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD51FF is #42AE00. Grayscale: #848484. Windows color (decimal): -4369921 or 16732605. OLE color: 16732605.
HSL color Cylindrical-coordinate representation of color #BD51FF: hue angle of 277.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD51FF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 81 | 255 | - |
| CMYK | 0.26 | 0.68 | 0 | 0 |
| HSL | 277.24º | 1% | 0.66% | - |
| HSV(B) | 277.24º | 0.68% | 1% | - |
| XYZ | 41.98 | 23.92 | 97.01 | - |
| YUV | 133.13 | 196.78 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 255 | 0.26 | 0.68 | 0 | 0 | 277.24 | 1 | 0.66 |
| Hex | BD | 51 | FF | 1A | 44 | 0 | 0 | 115 | 64 | 42 |
| Octal | 275 | 121 | 377 | 32 | 104 | 0 | 0 | 425 | 144 | 102 |
| Binary | 10111101 | 1010001 | 11111111 | 11010 | 1000100 | 0 | 0 | 100010101 | 1100100 | 1000010 |
Color Harmonies of #BD51FF
Complementary color
Monochromatic Colors of #BD51FF
Black with #BD51FF
Text Example
Text Example
White with #BD51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51FF; }
p { color: rgb(189,81,255); }
H1.HeaderClassName
{
color: #BD51FF;
}
.AnyTagClassName
{
color: #BD51FF;
}
</style>
background-color css
<style>
a { background-color: #BD51FF; }
a { background-color: rgb(189,81,255); }
div.DivClassName
{
background-color: #BD51FF;
}
.BgClassName
{
background-color: #BD51FF;
}
</style>
border-color css
<style>
span { border-color: #BD51FF; }
span { border-color: rgb(189,81,255); }
td.TdClassName
{
border-color: #BD51FF;
}
.TagClassName
{
border-color: #BD51FF;
}
</style>