Shades of Medium Orchid #BF30CE
Tints of Medium Orchid #BF30CE
RGB
CMYK
RGB Variations
Color information
#BF30CE (or 0xBF30CE) is known color: Medium Orchid. HEX triplet: BF, 30 and CE. RGB value is (191,48,206). Sum of RGB (Red+Green+Blue) = 191+48+206=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30CE is #40CF31. Grayscale: #6C6C6C. Windows color (decimal): -4247346 or 13512895. OLE color: 13512895.
HSL color Cylindrical-coordinate representation of color #BF30CE: hue angle of 294.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF30CE is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 48 | 206 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.19 |
| HSL | 294.3º | 0.62% | 0.5% | - |
| HSV(B) | 294.3º | 0.77% | 0.81% | - |
| XYZ | 33.68 | 17.65 | 60.02 | - |
| YUV | 108.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 206 | 0.07 | 0.77 | 0 | 0.19 | 294.3 | 0.62 | 0.5 |
| Hex | BF | 30 | CE | 7 | 4D | 0 | 13 | 126 | 3E | 32 |
| Octal | 277 | 60 | 316 | 7 | 115 | 0 | 23 | 446 | 76 | 62 |
| Binary | 10111111 | 110000 | 11001110 | 111 | 1001101 | 0 | 10011 | 100100110 | 111110 | 110010 |
Color Harmonies of #BF30CE
Complementary color
Monochromatic Colors of #BF30CE
Black with #BF30CE
Text Example
Text Example
White with #BF30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30CE; }
p { color: rgb(191,48,206); }
H1.HeaderClassName
{
color: #BF30CE;
}
.AnyTagClassName
{
color: #BF30CE;
}
</style>
background-color css
<style>
a { background-color: #BF30CE; }
a { background-color: rgb(191,48,206); }
div.DivClassName
{
background-color: #BF30CE;
}
.BgClassName
{
background-color: #BF30CE;
}
</style>
border-color css
<style>
span { border-color: #BF30CE; }
span { border-color: rgb(191,48,206); }
td.TdClassName
{
border-color: #BF30CE;
}
.TagClassName
{
border-color: #BF30CE;
}
</style>