Shades of Medium Orchid #BD41FF
Tints of Medium Orchid #BD41FF
RGB
CMYK
RGB Variations
Color information
#BD41FF (or 0xBD41FF) is known color: Medium Orchid. HEX triplet: BD, 41 and FF. RGB value is (189,65,255). Sum of RGB (Red+Green+Blue) = 189+65+255=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41FF is #42BE00. Grayscale: #7B7B7B. Windows color (decimal): -4374017 or 16728509. OLE color: 16728509.
HSL color Cylindrical-coordinate representation of color #BD41FF: hue angle of 279.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD41FF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 65 | 255 | - |
| CMYK | 0.26 | 0.75 | 0 | 0 |
| HSL | 279.16º | 1% | 0.63% | - |
| HSV(B) | 279.16º | 0.75% | 1% | - |
| XYZ | 40.93 | 21.82 | 96.66 | - |
| YUV | 123.74 | 202.08 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 255 | 0.26 | 0.75 | 0 | 0 | 279.16 | 1 | 0.63 |
| Hex | BD | 41 | FF | 1A | 4B | 0 | 0 | 117 | 64 | 3F |
| Octal | 275 | 101 | 377 | 32 | 113 | 0 | 0 | 427 | 144 | 77 |
| Binary | 10111101 | 1000001 | 11111111 | 11010 | 1001011 | 0 | 0 | 100010111 | 1100100 | 111111 |
Color Harmonies of #BD41FF
Complementary color
Monochromatic Colors of #BD41FF
Black with #BD41FF
Text Example
Text Example
White with #BD41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41FF; }
p { color: rgb(189,65,255); }
H1.HeaderClassName
{
color: #BD41FF;
}
.AnyTagClassName
{
color: #BD41FF;
}
</style>
background-color css
<style>
a { background-color: #BD41FF; }
a { background-color: rgb(189,65,255); }
div.DivClassName
{
background-color: #BD41FF;
}
.BgClassName
{
background-color: #BD41FF;
}
</style>
border-color css
<style>
span { border-color: #BD41FF; }
span { border-color: rgb(189,65,255); }
td.TdClassName
{
border-color: #BD41FF;
}
.TagClassName
{
border-color: #BD41FF;
}
</style>