Shades of Medium Orchid #BD3FFE
Tints of Medium Orchid #BD3FFE
RGB
CMYK
RGB Variations
Color information
#BD3FFE (or 0xBD3FFE) is known color: Medium Orchid. HEX triplet: BD, 3F and FE. RGB value is (189,63,254). Sum of RGB (Red+Green+Blue) = 189+63+254=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FFE is #42C001. Grayscale: #797979. Windows color (decimal): -4374530 or 16662461. OLE color: 16662461.
HSL color Cylindrical-coordinate representation of color #BD3FFE: hue angle of 279.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3FFE is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 63 | 254 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.00 |
| HSL | 279.58º | 0.99% | 0.62% | - |
| HSV(B) | 279.58º | 0.75% | 1% | - |
| XYZ | 40.65 | 21.53 | 95.78 | - |
| YUV | 122.45 | 202.24 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 254 | 0.26 | 0.75 | 0 | 0.00 | 279.58 | 0.99 | 0.62 |
| Hex | BD | 3F | FE | 1A | 4B | 0 | 0 | 118 | 63 | 3E |
| Octal | 275 | 77 | 376 | 32 | 113 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111101 | 111111 | 11111110 | 11010 | 1001011 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BD3FFE
Complementary color
Monochromatic Colors of #BD3FFE
Black with #BD3FFE
Text Example
Text Example
White with #BD3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FFE; }
p { color: rgb(189,63,254); }
H1.HeaderClassName
{
color: #BD3FFE;
}
.AnyTagClassName
{
color: #BD3FFE;
}
</style>
background-color css
<style>
a { background-color: #BD3FFE; }
a { background-color: rgb(189,63,254); }
div.DivClassName
{
background-color: #BD3FFE;
}
.BgClassName
{
background-color: #BD3FFE;
}
</style>
border-color css
<style>
span { border-color: #BD3FFE; }
span { border-color: rgb(189,63,254); }
td.TdClassName
{
border-color: #BD3FFE;
}
.TagClassName
{
border-color: #BD3FFE;
}
</style>