Shades of Medium Orchid #BD4ACF
Tints of Medium Orchid #BD4ACF
RGB
CMYK
RGB Variations
Color information
#BD4ACF (or 0xBD4ACF) is known color: Medium Orchid. HEX triplet: BD, 4A and CF. RGB value is (189,74,207). Sum of RGB (Red+Green+Blue) = 189+74+207=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ACF is #42B530. Grayscale: #7B7B7B. Windows color (decimal): -4371761 or 13585085. OLE color: 13585085.
HSL color Cylindrical-coordinate representation of color #BD4ACF: hue angle of 291.88º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4ACF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 74 | 207 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.19 |
| HSL | 291.88º | 0.58% | 0.55% | - |
| HSV(B) | 291.88º | 0.64% | 0.81% | - |
| XYZ | 34.7 | 20.22 | 61.11 | - |
| YUV | 123.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 207 | 0.09 | 0.64 | 0 | 0.19 | 291.88 | 0.58 | 0.55 |
| Hex | BD | 4A | CF | 9 | 40 | 0 | 13 | 124 | 3A | 37 |
| Octal | 275 | 112 | 317 | 11 | 100 | 0 | 23 | 444 | 72 | 67 |
| Binary | 10111101 | 1001010 | 11001111 | 1001 | 1000000 | 0 | 10011 | 100100100 | 111010 | 110111 |
Color Harmonies of #BD4ACF
Complementary color
Monochromatic Colors of #BD4ACF
Black with #BD4ACF
Text Example
Text Example
White with #BD4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ACF; }
p { color: rgb(189,74,207); }
H1.HeaderClassName
{
color: #BD4ACF;
}
.AnyTagClassName
{
color: #BD4ACF;
}
</style>
background-color css
<style>
a { background-color: #BD4ACF; }
a { background-color: rgb(189,74,207); }
div.DivClassName
{
background-color: #BD4ACF;
}
.BgClassName
{
background-color: #BD4ACF;
}
</style>
border-color css
<style>
span { border-color: #BD4ACF; }
span { border-color: rgb(189,74,207); }
td.TdClassName
{
border-color: #BD4ACF;
}
.TagClassName
{
border-color: #BD4ACF;
}
</style>