Shades of Medium Orchid #BF42D3
Tints of Medium Orchid #BF42D3
RGB
CMYK
RGB Variations
Color information
#BF42D3 (or 0xBF42D3) is known color: Medium Orchid. HEX triplet: BF, 42 and D3. RGB value is (191,66,211). Sum of RGB (Red+Green+Blue) = 191+66+211=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF42D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42D3 is #40BD2C. Grayscale: #777777. Windows color (decimal): -4242733 or 13845183. OLE color: 13845183.
HSL color Cylindrical-coordinate representation of color #BF42D3: hue angle of 291.72º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF42D3 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 66 | 211 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.17 |
| HSL | 291.72º | 0.62% | 0.54% | - |
| HSV(B) | 291.72º | 0.69% | 0.83% | - |
| XYZ | 35.19 | 19.68 | 63.57 | - |
| YUV | 119.91 | 179.41 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 211 | 0.09 | 0.69 | 0 | 0.17 | 291.72 | 0.62 | 0.54 |
| Hex | BF | 42 | D3 | 9 | 45 | 0 | 11 | 124 | 3E | 36 |
| Octal | 277 | 102 | 323 | 11 | 105 | 0 | 21 | 444 | 76 | 66 |
| Binary | 10111111 | 1000010 | 11010011 | 1001 | 1000101 | 0 | 10001 | 100100100 | 111110 | 110110 |
Color Harmonies of #BF42D3
Complementary color
Monochromatic Colors of #BF42D3
Black with #BF42D3
Text Example
Text Example
White with #BF42D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42D3; }
p { color: rgb(191,66,211); }
H1.HeaderClassName
{
color: #BF42D3;
}
.AnyTagClassName
{
color: #BF42D3;
}
</style>
background-color css
<style>
a { background-color: #BF42D3; }
a { background-color: rgb(191,66,211); }
div.DivClassName
{
background-color: #BF42D3;
}
.BgClassName
{
background-color: #BF42D3;
}
</style>
border-color css
<style>
span { border-color: #BF42D3; }
span { border-color: rgb(191,66,211); }
td.TdClassName
{
border-color: #BF42D3;
}
.TagClassName
{
border-color: #BF42D3;
}
</style>