Shades of Medium Orchid #BF4BED
Tints of Medium Orchid #BF4BED
RGB
CMYK
RGB Variations
Color information
#BF4BED (or 0xBF4BED) is known color: Medium Orchid. HEX triplet: BF, 4B and ED. RGB value is (191,75,237). Sum of RGB (Red+Green+Blue) = 191+75+237=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BED is #40B412. Grayscale: #7F7F7F. Windows color (decimal): -4240403 or 15551423. OLE color: 15551423.
HSL color Cylindrical-coordinate representation of color #BF4BED: hue angle of 282.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4BED is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 75 | 237 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.07 |
| HSL | 282.96º | 0.82% | 0.61% | - |
| HSV(B) | 282.96º | 0.68% | 0.93% | - |
| XYZ | 39.29 | 22.22 | 82.34 | - |
| YUV | 128.15 | 189.43 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 237 | 0.19 | 0.68 | 0 | 0.07 | 282.96 | 0.82 | 0.61 |
| Hex | BF | 4B | ED | 13 | 44 | 0 | 7 | 11B | 52 | 3D |
| Octal | 277 | 113 | 355 | 23 | 104 | 0 | 7 | 433 | 122 | 75 |
| Binary | 10111111 | 1001011 | 11101101 | 10011 | 1000100 | 0 | 111 | 100011011 | 1010010 | 111101 |
Color Harmonies of #BF4BED
Complementary color
Monochromatic Colors of #BF4BED
Black with #BF4BED
Text Example
Text Example
White with #BF4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4BED; }
p { color: rgb(191,75,237); }
H1.HeaderClassName
{
color: #BF4BED;
}
.AnyTagClassName
{
color: #BF4BED;
}
</style>
background-color css
<style>
a { background-color: #BF4BED; }
a { background-color: rgb(191,75,237); }
div.DivClassName
{
background-color: #BF4BED;
}
.BgClassName
{
background-color: #BF4BED;
}
</style>
border-color css
<style>
span { border-color: #BF4BED; }
span { border-color: rgb(191,75,237); }
td.TdClassName
{
border-color: #BF4BED;
}
.TagClassName
{
border-color: #BF4BED;
}
</style>