Shades of Medium Orchid #BD3DFB
Tints of Medium Orchid #BD3DFB
RGB
CMYK
RGB Variations
Color information
#BD3DFB (or 0xBD3DFB) is known color: Medium Orchid. HEX triplet: BD, 3D and FB. RGB value is (189,61,251). Sum of RGB (Red+Green+Blue) = 189+61+251=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD3DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DFB is #42C204. Grayscale: #787878. Windows color (decimal): -4375045 or 16465341. OLE color: 16465341.
HSL color Cylindrical-coordinate representation of color #BD3DFB: hue angle of 280.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3DFB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 61 | 251 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.02 |
| HSL | 280.42º | 0.96% | 0.61% | - |
| HSV(B) | 280.42º | 0.76% | 0.98% | - |
| XYZ | 40.07 | 21.12 | 93.23 | - |
| YUV | 120.93 | 201.41 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 251 | 0.25 | 0.76 | 0 | 0.02 | 280.42 | 0.96 | 0.61 |
| Hex | BD | 3D | FB | 19 | 4C | 0 | 2 | 118 | 60 | 3D |
| Octal | 275 | 75 | 373 | 31 | 114 | 0 | 2 | 430 | 140 | 75 |
| Binary | 10111101 | 111101 | 11111011 | 11001 | 1001100 | 0 | 10 | 100011000 | 1100000 | 111101 |
Color Harmonies of #BD3DFB
Complementary color
Monochromatic Colors of #BD3DFB
Black with #BD3DFB
Text Example
Text Example
White with #BD3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DFB; }
p { color: rgb(189,61,251); }
H1.HeaderClassName
{
color: #BD3DFB;
}
.AnyTagClassName
{
color: #BD3DFB;
}
</style>
background-color css
<style>
a { background-color: #BD3DFB; }
a { background-color: rgb(189,61,251); }
div.DivClassName
{
background-color: #BD3DFB;
}
.BgClassName
{
background-color: #BD3DFB;
}
</style>
border-color css
<style>
span { border-color: #BD3DFB; }
span { border-color: rgb(189,61,251); }
td.TdClassName
{
border-color: #BD3DFB;
}
.TagClassName
{
border-color: #BD3DFB;
}
</style>