Shades of Medium Orchid #BD54FF
Tints of Medium Orchid #BD54FF
RGB
CMYK
RGB Variations
Color information
#BD54FF (or 0xBD54FF) is known color: Medium Orchid. HEX triplet: BD, 54 and FF. RGB value is (189,84,255). Sum of RGB (Red+Green+Blue) = 189+84+255=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD54FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD54FF is #42AB00. Grayscale: #868686. Windows color (decimal): -4369153 or 16733373. OLE color: 16733373.
HSL color Cylindrical-coordinate representation of color #BD54FF: hue angle of 276.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD54FF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 84 | 255 | - |
| CMYK | 0.26 | 0.67 | 0 | 0 |
| HSL | 276.84º | 1% | 0.66% | - |
| HSV(B) | 276.84º | 0.67% | 1% | - |
| XYZ | 42.21 | 24.38 | 97.09 | - |
| YUV | 134.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 255 | 0.26 | 0.67 | 0 | 0 | 276.84 | 1 | 0.66 |
| Hex | BD | 54 | FF | 1A | 43 | 0 | 0 | 115 | 64 | 42 |
| Octal | 275 | 124 | 377 | 32 | 103 | 0 | 0 | 425 | 144 | 102 |
| Binary | 10111101 | 1010100 | 11111111 | 11010 | 1000011 | 0 | 0 | 100010101 | 1100100 | 1000010 |
Color Harmonies of #BD54FF
Complementary color
Monochromatic Colors of #BD54FF
Black with #BD54FF
Text Example
Text Example
White with #BD54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54FF; }
p { color: rgb(189,84,255); }
H1.HeaderClassName
{
color: #BD54FF;
}
.AnyTagClassName
{
color: #BD54FF;
}
</style>
background-color css
<style>
a { background-color: #BD54FF; }
a { background-color: rgb(189,84,255); }
div.DivClassName
{
background-color: #BD54FF;
}
.BgClassName
{
background-color: #BD54FF;
}
</style>
border-color css
<style>
span { border-color: #BD54FF; }
span { border-color: rgb(189,84,255); }
td.TdClassName
{
border-color: #BD54FF;
}
.TagClassName
{
border-color: #BD54FF;
}
</style>