Shades of Medium Orchid #BD53FF
Tints of Medium Orchid #BD53FF
RGB
CMYK
RGB Variations
Color information
#BD53FF (or 0xBD53FF) is known color: Medium Orchid. HEX triplet: BD, 53 and FF. RGB value is (189,83,255). Sum of RGB (Red+Green+Blue) = 189+83+255=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD53FF is #42AC00. Grayscale: #858585. Windows color (decimal): -4369409 or 16733117. OLE color: 16733117.
HSL color Cylindrical-coordinate representation of color #BD53FF: hue angle of 276.98º 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 #BD53FF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 83 | 255 | - |
| CMYK | 0.26 | 0.67 | 0 | 0 |
| HSL | 276.98º | 1% | 0.66% | - |
| HSV(B) | 276.98º | 0.67% | 1% | - |
| XYZ | 42.13 | 24.23 | 97.06 | - |
| YUV | 134.3 | 196.12 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 255 | 0.26 | 0.67 | 0 | 0 | 276.98 | 1 | 0.66 |
| Hex | BD | 53 | FF | 1A | 43 | 0 | 0 | 115 | 64 | 42 |
| Octal | 275 | 123 | 377 | 32 | 103 | 0 | 0 | 425 | 144 | 102 |
| Binary | 10111101 | 1010011 | 11111111 | 11010 | 1000011 | 0 | 0 | 100010101 | 1100100 | 1000010 |
Color Harmonies of #BD53FF
Complementary color
Monochromatic Colors of #BD53FF
Black with #BD53FF
Text Example
Text Example
White with #BD53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD53FF; }
p { color: rgb(189,83,255); }
H1.HeaderClassName
{
color: #BD53FF;
}
.AnyTagClassName
{
color: #BD53FF;
}
</style>
background-color css
<style>
a { background-color: #BD53FF; }
a { background-color: rgb(189,83,255); }
div.DivClassName
{
background-color: #BD53FF;
}
.BgClassName
{
background-color: #BD53FF;
}
</style>
border-color css
<style>
span { border-color: #BD53FF; }
span { border-color: rgb(189,83,255); }
td.TdClassName
{
border-color: #BD53FF;
}
.TagClassName
{
border-color: #BD53FF;
}
</style>