Shades of Medium Orchid #BD3ACF
Tints of Medium Orchid #BD3ACF
RGB
CMYK
RGB Variations
Color information
#BD3ACF (or 0xBD3ACF) is known color: Medium Orchid. HEX triplet: BD, 3A and CF. RGB value is (189,58,207). Sum of RGB (Red+Green+Blue) = 189+58+207=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD3ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ACF is #42C530. Grayscale: #717171. Windows color (decimal): -4375857 or 13580989. OLE color: 13580989.
HSL color Cylindrical-coordinate representation of color #BD3ACF: hue angle of 292.75º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3ACF is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 58 | 207 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.19 |
| HSL | 292.75º | 0.61% | 0.52% | - |
| HSV(B) | 292.75º | 0.72% | 0.81% | - |
| XYZ | 33.76 | 18.35 | 60.79 | - |
| YUV | 114.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 207 | 0.09 | 0.72 | 0 | 0.19 | 292.75 | 0.61 | 0.52 |
| Hex | BD | 3A | CF | 9 | 48 | 0 | 13 | 125 | 3D | 34 |
| Octal | 275 | 72 | 317 | 11 | 110 | 0 | 23 | 445 | 75 | 64 |
| Binary | 10111101 | 111010 | 11001111 | 1001 | 1001000 | 0 | 10011 | 100100101 | 111101 | 110100 |
Color Harmonies of #BD3ACF
Complementary color
Monochromatic Colors of #BD3ACF
Black with #BD3ACF
Text Example
Text Example
White with #BD3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ACF; }
p { color: rgb(189,58,207); }
H1.HeaderClassName
{
color: #BD3ACF;
}
.AnyTagClassName
{
color: #BD3ACF;
}
</style>
background-color css
<style>
a { background-color: #BD3ACF; }
a { background-color: rgb(189,58,207); }
div.DivClassName
{
background-color: #BD3ACF;
}
.BgClassName
{
background-color: #BD3ACF;
}
</style>
border-color css
<style>
span { border-color: #BD3ACF; }
span { border-color: rgb(189,58,207); }
td.TdClassName
{
border-color: #BD3ACF;
}
.TagClassName
{
border-color: #BD3ACF;
}
</style>