Shades of Medium Orchid #BD41FD
Tints of Medium Orchid #BD41FD
RGB
CMYK
RGB Variations
Color information
#BD41FD (or 0xBD41FD) is known color: Medium Orchid. HEX triplet: BD, 41 and FD. RGB value is (189,65,253). Sum of RGB (Red+Green+Blue) = 189+65+253=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41FD is #42BE02. Grayscale: #7A7A7A. Windows color (decimal): -4374019 or 16597437. OLE color: 16597437.
HSL color Cylindrical-coordinate representation of color #BD41FD: hue angle of 279.57º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD41FD is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 65 | 253 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.01 |
| HSL | 279.57º | 0.98% | 0.62% | - |
| HSV(B) | 279.57º | 0.74% | 0.99% | - |
| XYZ | 40.61 | 21.69 | 94.98 | - |
| YUV | 123.51 | 201.08 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 253 | 0.25 | 0.74 | 0 | 0.01 | 279.57 | 0.98 | 0.62 |
| Hex | BD | 41 | FD | 19 | 4A | 0 | 1 | 118 | 62 | 3E |
| Octal | 275 | 101 | 375 | 31 | 112 | 0 | 1 | 430 | 142 | 76 |
| Binary | 10111101 | 1000001 | 11111101 | 11001 | 1001010 | 0 | 1 | 100011000 | 1100010 | 111110 |
Color Harmonies of #BD41FD
Complementary color
Monochromatic Colors of #BD41FD
Black with #BD41FD
Text Example
Text Example
White with #BD41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41FD; }
p { color: rgb(189,65,253); }
H1.HeaderClassName
{
color: #BD41FD;
}
.AnyTagClassName
{
color: #BD41FD;
}
</style>
background-color css
<style>
a { background-color: #BD41FD; }
a { background-color: rgb(189,65,253); }
div.DivClassName
{
background-color: #BD41FD;
}
.BgClassName
{
background-color: #BD41FD;
}
</style>
border-color css
<style>
span { border-color: #BD41FD; }
span { border-color: rgb(189,65,253); }
td.TdClassName
{
border-color: #BD41FD;
}
.TagClassName
{
border-color: #BD41FD;
}
</style>