Shades of Medium Orchid #BF33E5
Tints of Medium Orchid #BF33E5
RGB
CMYK
RGB Variations
Color information
#BF33E5 (or 0xBF33E5) is known color: Medium Orchid. HEX triplet: BF, 33 and E5. RGB value is (191,51,229). Sum of RGB (Red+Green+Blue) = 191+51+229=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF33E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33E5 is #40CC1A. Grayscale: #707070. Windows color (decimal): -4246555 or 15020991. OLE color: 15020991.
HSL color Cylindrical-coordinate representation of color #BF33E5: hue angle of 287.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF33E5 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 51 | 229 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.10 |
| HSL | 287.19º | 0.77% | 0.55% | - |
| HSV(B) | 287.19º | 0.78% | 0.9% | - |
| XYZ | 36.81 | 19.1 | 75.88 | - |
| YUV | 113.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 229 | 0.17 | 0.78 | 0 | 0.10 | 287.19 | 0.77 | 0.55 |
| Hex | BF | 33 | E5 | 11 | 4E | 0 | A | 11F | 4D | 37 |
| Octal | 277 | 63 | 345 | 21 | 116 | 0 | 12 | 437 | 115 | 67 |
| Binary | 10111111 | 110011 | 11100101 | 10001 | 1001110 | 0 | 1010 | 100011111 | 1001101 | 110111 |
Color Harmonies of #BF33E5
Complementary color
Monochromatic Colors of #BF33E5
Black with #BF33E5
Text Example
Text Example
White with #BF33E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF33E5; }
p { color: rgb(191,51,229); }
H1.HeaderClassName
{
color: #BF33E5;
}
.AnyTagClassName
{
color: #BF33E5;
}
</style>
background-color css
<style>
a { background-color: #BF33E5; }
a { background-color: rgb(191,51,229); }
div.DivClassName
{
background-color: #BF33E5;
}
.BgClassName
{
background-color: #BF33E5;
}
</style>
border-color css
<style>
span { border-color: #BF33E5; }
span { border-color: rgb(191,51,229); }
td.TdClassName
{
border-color: #BF33E5;
}
.TagClassName
{
border-color: #BF33E5;
}
</style>