Shades of Medium Orchid #BD3AF8
Tints of Medium Orchid #BD3AF8
RGB
CMYK
RGB Variations
Color information
#BD3AF8 (or 0xBD3AF8) is known color: Medium Orchid. HEX triplet: BD, 3A and F8. RGB value is (189,58,248). Sum of RGB (Red+Green+Blue) = 189+58+248=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD3AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3AF8 is #42C507. Grayscale: #767676. Windows color (decimal): -4375816 or 16267965. OLE color: 16267965.
HSL color Cylindrical-coordinate representation of color #BD3AF8: hue angle of 281.37º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3AF8 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 58 | 248 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.03 |
| HSL | 281.37º | 0.93% | 0.6% | - |
| HSV(B) | 281.37º | 0.77% | 0.97% | - |
| XYZ | 39.44 | 20.62 | 90.71 | - |
| YUV | 118.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 248 | 0.24 | 0.77 | 0 | 0.03 | 281.37 | 0.93 | 0.6 |
| Hex | BD | 3A | F8 | 18 | 4D | 0 | 3 | 119 | 5D | 3C |
| Octal | 275 | 72 | 370 | 30 | 115 | 0 | 3 | 431 | 135 | 74 |
| Binary | 10111101 | 111010 | 11111000 | 11000 | 1001101 | 0 | 11 | 100011001 | 1011101 | 111100 |
Color Harmonies of #BD3AF8
Complementary color
Monochromatic Colors of #BD3AF8
Black with #BD3AF8
Text Example
Text Example
White with #BD3AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AF8; }
p { color: rgb(189,58,248); }
H1.HeaderClassName
{
color: #BD3AF8;
}
.AnyTagClassName
{
color: #BD3AF8;
}
</style>
background-color css
<style>
a { background-color: #BD3AF8; }
a { background-color: rgb(189,58,248); }
div.DivClassName
{
background-color: #BD3AF8;
}
.BgClassName
{
background-color: #BD3AF8;
}
</style>
border-color css
<style>
span { border-color: #BD3AF8; }
span { border-color: rgb(189,58,248); }
td.TdClassName
{
border-color: #BD3AF8;
}
.TagClassName
{
border-color: #BD3AF8;
}
</style>