Shades of Medium Orchid #BD36FE
Tints of Medium Orchid #BD36FE
RGB
CMYK
RGB Variations
Color information
#BD36FE (or 0xBD36FE) is known color: Medium Orchid. HEX triplet: BD, 36 and FE. RGB value is (189,54,254). Sum of RGB (Red+Green+Blue) = 189+54+254=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD36FE is #42C901. Grayscale: #747474. Windows color (decimal): -4376834 or 16660157. OLE color: 16660157.
HSL color Cylindrical-coordinate representation of color #BD36FE: hue angle of 280.5º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD36FE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 54 | 254 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.00 |
| HSL | 280.5º | 0.99% | 0.6% | - |
| HSV(B) | 280.5º | 0.79% | 1% | - |
| XYZ | 40.19 | 20.61 | 95.63 | - |
| YUV | 117.17 | 205.23 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 254 | 0.26 | 0.79 | 0 | 0.00 | 280.5 | 0.99 | 0.6 |
| Hex | BD | 36 | FE | 1A | 4F | 0 | 0 | 118 | 63 | 3C |
| Octal | 275 | 66 | 376 | 32 | 117 | 0 | 0 | 430 | 143 | 74 |
| Binary | 10111101 | 110110 | 11111110 | 11010 | 1001111 | 0 | 0 | 100011000 | 1100011 | 111100 |
Color Harmonies of #BD36FE
Complementary color
Monochromatic Colors of #BD36FE
Black with #BD36FE
Text Example
Text Example
White with #BD36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD36FE; }
p { color: rgb(189,54,254); }
H1.HeaderClassName
{
color: #BD36FE;
}
.AnyTagClassName
{
color: #BD36FE;
}
</style>
background-color css
<style>
a { background-color: #BD36FE; }
a { background-color: rgb(189,54,254); }
div.DivClassName
{
background-color: #BD36FE;
}
.BgClassName
{
background-color: #BD36FE;
}
</style>
border-color css
<style>
span { border-color: #BD36FE; }
span { border-color: rgb(189,54,254); }
td.TdClassName
{
border-color: #BD36FE;
}
.TagClassName
{
border-color: #BD36FE;
}
</style>