Shades of Medium Orchid #BF30DA
Tints of Medium Orchid #BF30DA
RGB
CMYK
RGB Variations
Color information
#BF30DA (or 0xBF30DA) is known color: Medium Orchid. HEX triplet: BF, 30 and DA. RGB value is (191,48,218). Sum of RGB (Red+Green+Blue) = 191+48+218=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30DA is #40CF25. Grayscale: #6D6D6D. Windows color (decimal): -4247334 or 14299327. OLE color: 14299327.
HSL color Cylindrical-coordinate representation of color #BF30DA: hue angle of 290.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF30DA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 48 | 218 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.15 |
| HSL | 290.47º | 0.7% | 0.52% | - |
| HSV(B) | 290.47º | 0.78% | 0.85% | - |
| XYZ | 35.2 | 18.25 | 68 | - |
| YUV | 110.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 218 | 0.12 | 0.78 | 0 | 0.15 | 290.47 | 0.7 | 0.52 |
| Hex | BF | 30 | DA | C | 4E | 0 | F | 122 | 46 | 34 |
| Octal | 277 | 60 | 332 | 14 | 116 | 0 | 17 | 442 | 106 | 64 |
| Binary | 10111111 | 110000 | 11011010 | 1100 | 1001110 | 0 | 1111 | 100100010 | 1000110 | 110100 |
Color Harmonies of #BF30DA
Complementary color
Monochromatic Colors of #BF30DA
Black with #BF30DA
Text Example
Text Example
White with #BF30DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30DA; }
p { color: rgb(191,48,218); }
H1.HeaderClassName
{
color: #BF30DA;
}
.AnyTagClassName
{
color: #BF30DA;
}
</style>
background-color css
<style>
a { background-color: #BF30DA; }
a { background-color: rgb(191,48,218); }
div.DivClassName
{
background-color: #BF30DA;
}
.BgClassName
{
background-color: #BF30DA;
}
</style>
border-color css
<style>
span { border-color: #BF30DA; }
span { border-color: rgb(191,48,218); }
td.TdClassName
{
border-color: #BF30DA;
}
.TagClassName
{
border-color: #BF30DA;
}
</style>