Shades of Medium Orchid #BF33CF
Tints of Medium Orchid #BF33CF
RGB
CMYK
RGB Variations
Color information
#BF33CF (or 0xBF33CF) is known color: Medium Orchid. HEX triplet: BF, 33 and CF. RGB value is (191,51,207). Sum of RGB (Red+Green+Blue) = 191+51+207=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF33CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33CF is #40CC30. Grayscale: #6E6E6E. Windows color (decimal): -4246577 or 13579199. OLE color: 13579199.
HSL color Cylindrical-coordinate representation of color #BF33CF: hue angle of 293.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF33CF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 51 | 207 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.19 |
| HSL | 293.85º | 0.62% | 0.51% | - |
| HSV(B) | 293.85º | 0.75% | 0.81% | - |
| XYZ | 33.93 | 17.95 | 60.71 | - |
| YUV | 110.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 207 | 0.08 | 0.75 | 0 | 0.19 | 293.85 | 0.62 | 0.51 |
| Hex | BF | 33 | CF | 8 | 4B | 0 | 13 | 126 | 3E | 33 |
| Octal | 277 | 63 | 317 | 10 | 113 | 0 | 23 | 446 | 76 | 63 |
| Binary | 10111111 | 110011 | 11001111 | 1000 | 1001011 | 0 | 10011 | 100100110 | 111110 | 110011 |
Color Harmonies of #BF33CF
Complementary color
Monochromatic Colors of #BF33CF
Black with #BF33CF
Text Example
Text Example
White with #BF33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF33CF; }
p { color: rgb(191,51,207); }
H1.HeaderClassName
{
color: #BF33CF;
}
.AnyTagClassName
{
color: #BF33CF;
}
</style>
background-color css
<style>
a { background-color: #BF33CF; }
a { background-color: rgb(191,51,207); }
div.DivClassName
{
background-color: #BF33CF;
}
.BgClassName
{
background-color: #BF33CF;
}
</style>
border-color css
<style>
span { border-color: #BF33CF; }
span { border-color: rgb(191,51,207); }
td.TdClassName
{
border-color: #BF33CF;
}
.TagClassName
{
border-color: #BF33CF;
}
</style>