Shades of Medium Orchid #BD50FF
Tints of Medium Orchid #BD50FF
RGB
CMYK
RGB Variations
Color information
#BD50FF (or 0xBD50FF) is known color: Medium Orchid. HEX triplet: BD, 50 and FF. RGB value is (189,80,255). Sum of RGB (Red+Green+Blue) = 189+80+255=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50FF is #42AF00. Grayscale: #838383. Windows color (decimal): -4370177 or 16732349. OLE color: 16732349.
HSL color Cylindrical-coordinate representation of color #BD50FF: hue angle of 277.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD50FF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 80 | 255 | - |
| CMYK | 0.26 | 0.69 | 0 | 0 |
| HSL | 277.37º | 1% | 0.66% | - |
| HSV(B) | 277.37º | 0.69% | 1% | - |
| XYZ | 41.9 | 23.78 | 96.99 | - |
| YUV | 132.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 255 | 0.26 | 0.69 | 0 | 0 | 277.37 | 1 | 0.66 |
| Hex | BD | 50 | FF | 1A | 45 | 0 | 0 | 115 | 64 | 42 |
| Octal | 275 | 120 | 377 | 32 | 105 | 0 | 0 | 425 | 144 | 102 |
| Binary | 10111101 | 1010000 | 11111111 | 11010 | 1000101 | 0 | 0 | 100010101 | 1100100 | 1000010 |
Color Harmonies of #BD50FF
Complementary color
Monochromatic Colors of #BD50FF
Black with #BD50FF
Text Example
Text Example
White with #BD50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50FF; }
p { color: rgb(189,80,255); }
H1.HeaderClassName
{
color: #BD50FF;
}
.AnyTagClassName
{
color: #BD50FF;
}
</style>
background-color css
<style>
a { background-color: #BD50FF; }
a { background-color: rgb(189,80,255); }
div.DivClassName
{
background-color: #BD50FF;
}
.BgClassName
{
background-color: #BD50FF;
}
</style>
border-color css
<style>
span { border-color: #BD50FF; }
span { border-color: rgb(189,80,255); }
td.TdClassName
{
border-color: #BD50FF;
}
.TagClassName
{
border-color: #BD50FF;
}
</style>