Shades of Medium Orchid #BF33CE
Tints of Medium Orchid #BF33CE
RGB
CMYK
RGB Variations
Color information
#BF33CE (or 0xBF33CE) is known color: Medium Orchid. HEX triplet: BF, 33 and CE. RGB value is (191,51,206). Sum of RGB (Red+Green+Blue) = 191+51+206=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF33CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33CE is #40CC31. Grayscale: #6E6E6E. Windows color (decimal): -4246578 or 13513663. OLE color: 13513663.
HSL color Cylindrical-coordinate representation of color #BF33CE: hue angle of 294.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF33CE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 51 | 206 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.19 |
| HSL | 294.19º | 0.61% | 0.5% | - |
| HSV(B) | 294.19º | 0.75% | 0.81% | - |
| XYZ | 33.81 | 17.9 | 60.07 | - |
| YUV | 110.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 206 | 0.07 | 0.75 | 0 | 0.19 | 294.19 | 0.61 | 0.5 |
| Hex | BF | 33 | CE | 7 | 4B | 0 | 13 | 126 | 3D | 32 |
| Octal | 277 | 63 | 316 | 7 | 113 | 0 | 23 | 446 | 75 | 62 |
| Binary | 10111111 | 110011 | 11001110 | 111 | 1001011 | 0 | 10011 | 100100110 | 111101 | 110010 |
Color Harmonies of #BF33CE
Complementary color
Monochromatic Colors of #BF33CE
Black with #BF33CE
Text Example
Text Example
White with #BF33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF33CE; }
p { color: rgb(191,51,206); }
H1.HeaderClassName
{
color: #BF33CE;
}
.AnyTagClassName
{
color: #BF33CE;
}
</style>
background-color css
<style>
a { background-color: #BF33CE; }
a { background-color: rgb(191,51,206); }
div.DivClassName
{
background-color: #BF33CE;
}
.BgClassName
{
background-color: #BF33CE;
}
</style>
border-color css
<style>
span { border-color: #BF33CE; }
span { border-color: rgb(191,51,206); }
td.TdClassName
{
border-color: #BF33CE;
}
.TagClassName
{
border-color: #BF33CE;
}
</style>