Shades of Medium Orchid #BD41FE
Tints of Medium Orchid #BD41FE
RGB
CMYK
RGB Variations
Color information
#BD41FE (or 0xBD41FE) is known color: Medium Orchid. HEX triplet: BD, 41 and FE. RGB value is (189,65,254). Sum of RGB (Red+Green+Blue) = 189+65+254=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41FE is #42BE01. Grayscale: #7A7A7A. Windows color (decimal): -4374018 or 16662973. OLE color: 16662973.
HSL color Cylindrical-coordinate representation of color #BD41FE: hue angle of 279.37º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD41FE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 65 | 254 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.00 |
| HSL | 279.37º | 0.99% | 0.63% | - |
| HSV(B) | 279.37º | 0.74% | 1% | - |
| XYZ | 40.77 | 21.76 | 95.82 | - |
| YUV | 123.62 | 201.58 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 254 | 0.26 | 0.74 | 0 | 0.00 | 279.37 | 0.99 | 0.63 |
| Hex | BD | 41 | FE | 1A | 4A | 0 | 0 | 117 | 63 | 3F |
| Octal | 275 | 101 | 376 | 32 | 112 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111101 | 1000001 | 11111110 | 11010 | 1001010 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BD41FE
Complementary color
Monochromatic Colors of #BD41FE
Black with #BD41FE
Text Example
Text Example
White with #BD41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41FE; }
p { color: rgb(189,65,254); }
H1.HeaderClassName
{
color: #BD41FE;
}
.AnyTagClassName
{
color: #BD41FE;
}
</style>
background-color css
<style>
a { background-color: #BD41FE; }
a { background-color: rgb(189,65,254); }
div.DivClassName
{
background-color: #BD41FE;
}
.BgClassName
{
background-color: #BD41FE;
}
</style>
border-color css
<style>
span { border-color: #BD41FE; }
span { border-color: rgb(189,65,254); }
td.TdClassName
{
border-color: #BD41FE;
}
.TagClassName
{
border-color: #BD41FE;
}
</style>