Shades of Medium Orchid #BD55F3
Tints of Medium Orchid #BD55F3
RGB
CMYK
RGB Variations
Color information
#BD55F3 (or 0xBD55F3) is known color: Medium Orchid. HEX triplet: BD, 55 and F3. RGB value is (189,85,243). Sum of RGB (Red+Green+Blue) = 189+85+243=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD55F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55F3 is #42AA0C. Grayscale: #858585. Windows color (decimal): -4368909 or 15947197. OLE color: 15947197.
HSL color Cylindrical-coordinate representation of color #BD55F3: hue angle of 279.49º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD55F3 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 85 | 243 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.05 |
| HSL | 279.49º | 0.87% | 0.64% | - |
| HSV(B) | 279.49º | 0.65% | 0.95% | - |
| XYZ | 40.41 | 23.79 | 87.26 | - |
| YUV | 134.11 | 189.46 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 243 | 0.22 | 0.65 | 0 | 0.05 | 279.49 | 0.87 | 0.64 |
| Hex | BD | 55 | F3 | 16 | 41 | 0 | 5 | 117 | 57 | 40 |
| Octal | 275 | 125 | 363 | 26 | 101 | 0 | 5 | 427 | 127 | 100 |
| Binary | 10111101 | 1010101 | 11110011 | 10110 | 1000001 | 0 | 101 | 100010111 | 1010111 | 1000000 |
Color Harmonies of #BD55F3
Complementary color
Monochromatic Colors of #BD55F3
Black with #BD55F3
Text Example
Text Example
White with #BD55F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55F3; }
p { color: rgb(189,85,243); }
H1.HeaderClassName
{
color: #BD55F3;
}
.AnyTagClassName
{
color: #BD55F3;
}
</style>
background-color css
<style>
a { background-color: #BD55F3; }
a { background-color: rgb(189,85,243); }
div.DivClassName
{
background-color: #BD55F3;
}
.BgClassName
{
background-color: #BD55F3;
}
</style>
border-color css
<style>
span { border-color: #BD55F3; }
span { border-color: rgb(189,85,243); }
td.TdClassName
{
border-color: #BD55F3;
}
.TagClassName
{
border-color: #BD55F3;
}
</style>