Shades of Medium Orchid #BD53FE
Tints of Medium Orchid #BD53FE
RGB
CMYK
RGB Variations
Color information
#BD53FE (or 0xBD53FE) is known color: Medium Orchid. HEX triplet: BD, 53 and FE. RGB value is (189,83,254). Sum of RGB (Red+Green+Blue) = 189+83+254=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD53FE is #42AC01. Grayscale: #858585. Windows color (decimal): -4369410 or 16667581. OLE color: 16667581.
HSL color Cylindrical-coordinate representation of color #BD53FE: hue angle of 277.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD53FE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 83 | 254 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.00 |
| HSL | 277.19º | 0.99% | 0.66% | - |
| HSV(B) | 277.19º | 0.67% | 1% | - |
| XYZ | 41.97 | 24.16 | 96.22 | - |
| YUV | 134.19 | 195.62 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 254 | 0.26 | 0.67 | 0 | 0.00 | 277.19 | 0.99 | 0.66 |
| Hex | BD | 53 | FE | 1A | 43 | 0 | 0 | 115 | 63 | 42 |
| Octal | 275 | 123 | 376 | 32 | 103 | 0 | 0 | 425 | 143 | 102 |
| Binary | 10111101 | 1010011 | 11111110 | 11010 | 1000011 | 0 | 0 | 100010101 | 1100011 | 1000010 |
Color Harmonies of #BD53FE
Complementary color
Monochromatic Colors of #BD53FE
Black with #BD53FE
Text Example
Text Example
White with #BD53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD53FE; }
p { color: rgb(189,83,254); }
H1.HeaderClassName
{
color: #BD53FE;
}
.AnyTagClassName
{
color: #BD53FE;
}
</style>
background-color css
<style>
a { background-color: #BD53FE; }
a { background-color: rgb(189,83,254); }
div.DivClassName
{
background-color: #BD53FE;
}
.BgClassName
{
background-color: #BD53FE;
}
</style>
border-color css
<style>
span { border-color: #BD53FE; }
span { border-color: rgb(189,83,254); }
td.TdClassName
{
border-color: #BD53FE;
}
.TagClassName
{
border-color: #BD53FE;
}
</style>