Shades of Medium Orchid #BD69CC
Tints of Medium Orchid #BD69CC
RGB
CMYK
RGB Variations
Color information
#BD69CC (or 0xBD69CC) is known color: Medium Orchid. HEX triplet: BD, 69 and CC. RGB value is (189,105,204). Sum of RGB (Red+Green+Blue) = 189+105+204=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69CC is #429633. Grayscale: #8D8D8D. Windows color (decimal): -4363828 or 13396413. OLE color: 13396413.
HSL color Cylindrical-coordinate representation of color #BD69CC: hue angle of 290.91º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD69CC is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 105 | 204 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.2 |
| HSL | 290.91º | 0.49% | 0.61% | - |
| HSV(B) | 290.91º | 0.49% | 0.8% | - |
| XYZ | 36.94 | 25.28 | 60.06 | - |
| YUV | 141.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 204 | 0.07 | 0.49 | 0 | 0.2 | 290.91 | 0.49 | 0.61 |
| Hex | BD | 69 | CC | 7 | 31 | 0 | 14 | 123 | 31 | 3D |
| Octal | 275 | 151 | 314 | 7 | 61 | 0 | 24 | 443 | 61 | 75 |
| Binary | 10111101 | 1101001 | 11001100 | 111 | 110001 | 0 | 10100 | 100100011 | 110001 | 111101 |
Color Harmonies of #BD69CC
Complementary color
Monochromatic Colors of #BD69CC
Black with #BD69CC
Text Example
Text Example
White with #BD69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69CC; }
p { color: rgb(189,105,204); }
H1.HeaderClassName
{
color: #BD69CC;
}
.AnyTagClassName
{
color: #BD69CC;
}
</style>
background-color css
<style>
a { background-color: #BD69CC; }
a { background-color: rgb(189,105,204); }
div.DivClassName
{
background-color: #BD69CC;
}
.BgClassName
{
background-color: #BD69CC;
}
</style>
border-color css
<style>
span { border-color: #BD69CC; }
span { border-color: rgb(189,105,204); }
td.TdClassName
{
border-color: #BD69CC;
}
.TagClassName
{
border-color: #BD69CC;
}
</style>