Shades of Medium Orchid #BD30CF
Tints of Medium Orchid #BD30CF
RGB
CMYK
RGB Variations
Color information
#BD30CF (or 0xBD30CF) is known color: Medium Orchid. HEX triplet: BD, 30 and CF. RGB value is (189,48,207). Sum of RGB (Red+Green+Blue) = 189+48+207=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD30CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30CF is #42CF30. Grayscale: #6B6B6B. Windows color (decimal): -4378417 or 13578429. OLE color: 13578429.
HSL color Cylindrical-coordinate representation of color #BD30CF: hue angle of 293.21º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD30CF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 48 | 207 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.19 |
| HSL | 293.21º | 0.62% | 0.5% | - |
| HSV(B) | 293.21º | 0.77% | 0.81% | - |
| XYZ | 33.31 | 17.44 | 60.64 | - |
| YUV | 108.29 | 183.71 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 207 | 0.09 | 0.77 | 0 | 0.19 | 293.21 | 0.62 | 0.5 |
| Hex | BD | 30 | CF | 9 | 4D | 0 | 13 | 125 | 3E | 32 |
| Octal | 275 | 60 | 317 | 11 | 115 | 0 | 23 | 445 | 76 | 62 |
| Binary | 10111101 | 110000 | 11001111 | 1001 | 1001101 | 0 | 10011 | 100100101 | 111110 | 110010 |
Color Harmonies of #BD30CF
Complementary color
Monochromatic Colors of #BD30CF
Black with #BD30CF
Text Example
Text Example
White with #BD30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30CF; }
p { color: rgb(189,48,207); }
H1.HeaderClassName
{
color: #BD30CF;
}
.AnyTagClassName
{
color: #BD30CF;
}
</style>
background-color css
<style>
a { background-color: #BD30CF; }
a { background-color: rgb(189,48,207); }
div.DivClassName
{
background-color: #BD30CF;
}
.BgClassName
{
background-color: #BD30CF;
}
</style>
border-color css
<style>
span { border-color: #BD30CF; }
span { border-color: rgb(189,48,207); }
td.TdClassName
{
border-color: #BD30CF;
}
.TagClassName
{
border-color: #BD30CF;
}
</style>