Shades of Medium Orchid #BD3FFF
Tints of Medium Orchid #BD3FFF
RGB
CMYK
RGB Variations
Color information
#BD3FFF (or 0xBD3FFF) is known color: Medium Orchid. HEX triplet: BD, 3F and FF. RGB value is (189,63,255). Sum of RGB (Red+Green+Blue) = 189+63+255=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FFF is #42C000. Grayscale: #797979. Windows color (decimal): -4374529 or 16727997. OLE color: 16727997.
HSL color Cylindrical-coordinate representation of color #BD3FFF: hue angle of 279.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3FFF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 63 | 255 | - |
| CMYK | 0.26 | 0.75 | 0 | 0 |
| HSL | 279.38º | 1% | 0.62% | - |
| HSV(B) | 279.38º | 0.75% | 1% | - |
| XYZ | 40.81 | 21.59 | 96.62 | - |
| YUV | 122.56 | 202.74 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 255 | 0.26 | 0.75 | 0 | 0 | 279.38 | 1 | 0.62 |
| Hex | BD | 3F | FF | 1A | 4B | 0 | 0 | 117 | 64 | 3E |
| Octal | 275 | 77 | 377 | 32 | 113 | 0 | 0 | 427 | 144 | 76 |
| Binary | 10111101 | 111111 | 11111111 | 11010 | 1001011 | 0 | 0 | 100010111 | 1100100 | 111110 |
Color Harmonies of #BD3FFF
Complementary color
Monochromatic Colors of #BD3FFF
Black with #BD3FFF
Text Example
Text Example
White with #BD3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FFF; }
p { color: rgb(189,63,255); }
H1.HeaderClassName
{
color: #BD3FFF;
}
.AnyTagClassName
{
color: #BD3FFF;
}
</style>
background-color css
<style>
a { background-color: #BD3FFF; }
a { background-color: rgb(189,63,255); }
div.DivClassName
{
background-color: #BD3FFF;
}
.BgClassName
{
background-color: #BD3FFF;
}
</style>
border-color css
<style>
span { border-color: #BD3FFF; }
span { border-color: rgb(189,63,255); }
td.TdClassName
{
border-color: #BD3FFF;
}
.TagClassName
{
border-color: #BD3FFF;
}
</style>