Shades of Medium Orchid #BD69CF
Tints of Medium Orchid #BD69CF
RGB
CMYK
RGB Variations
Color information
#BD69CF (or 0xBD69CF) is known color: Medium Orchid. HEX triplet: BD, 69 and CF. RGB value is (189,105,207). Sum of RGB (Red+Green+Blue) = 189+105+207=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69CF is #429630. Grayscale: #8D8D8D. Windows color (decimal): -4363825 or 13593021. OLE color: 13593021.
HSL color Cylindrical-coordinate representation of color #BD69CF: hue angle of 289.41º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD69CF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 105 | 207 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.19 |
| HSL | 289.41º | 0.52% | 0.61% | - |
| HSV(B) | 289.41º | 0.49% | 0.81% | - |
| XYZ | 37.3 | 25.43 | 61.97 | - |
| YUV | 141.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 207 | 0.09 | 0.49 | 0 | 0.19 | 289.41 | 0.52 | 0.61 |
| Hex | BD | 69 | CF | 9 | 31 | 0 | 13 | 121 | 34 | 3D |
| Octal | 275 | 151 | 317 | 11 | 61 | 0 | 23 | 441 | 64 | 75 |
| Binary | 10111101 | 1101001 | 11001111 | 1001 | 110001 | 0 | 10011 | 100100001 | 110100 | 111101 |
Color Harmonies of #BD69CF
Complementary color
Monochromatic Colors of #BD69CF
Black with #BD69CF
Text Example
Text Example
White with #BD69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69CF; }
p { color: rgb(189,105,207); }
H1.HeaderClassName
{
color: #BD69CF;
}
.AnyTagClassName
{
color: #BD69CF;
}
</style>
background-color css
<style>
a { background-color: #BD69CF; }
a { background-color: rgb(189,105,207); }
div.DivClassName
{
background-color: #BD69CF;
}
.BgClassName
{
background-color: #BD69CF;
}
</style>
border-color css
<style>
span { border-color: #BD69CF; }
span { border-color: rgb(189,105,207); }
td.TdClassName
{
border-color: #BD69CF;
}
.TagClassName
{
border-color: #BD69CF;
}
</style>