Shades of Medium Orchid #BF52DC
Tints of Medium Orchid #BF52DC
RGB
CMYK
RGB Variations
Color information
#BF52DC (or 0xBF52DC) is known color: Medium Orchid. HEX triplet: BF, 52 and DC. RGB value is (191,82,220). Sum of RGB (Red+Green+Blue) = 191+82+220=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52DC is #40AD23. Grayscale: #818181. Windows color (decimal): -4238628 or 14439103. OLE color: 14439103.
HSL color Cylindrical-coordinate representation of color #BF52DC: hue angle of 287.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF52DC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 82 | 220 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.14 |
| HSL | 287.39º | 0.66% | 0.59% | - |
| HSV(B) | 287.39º | 0.63% | 0.86% | - |
| XYZ | 37.42 | 22.28 | 70.04 | - |
| YUV | 130.32 | 178.61 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 220 | 0.13 | 0.63 | 0 | 0.14 | 287.39 | 0.66 | 0.59 |
| Hex | BF | 52 | DC | D | 3F | 0 | E | 11F | 42 | 3B |
| Octal | 277 | 122 | 334 | 15 | 77 | 0 | 16 | 437 | 102 | 73 |
| Binary | 10111111 | 1010010 | 11011100 | 1101 | 111111 | 0 | 1110 | 100011111 | 1000010 | 111011 |
Color Harmonies of #BF52DC
Complementary color
Monochromatic Colors of #BF52DC
Black with #BF52DC
Text Example
Text Example
White with #BF52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52DC; }
p { color: rgb(191,82,220); }
H1.HeaderClassName
{
color: #BF52DC;
}
.AnyTagClassName
{
color: #BF52DC;
}
</style>
background-color css
<style>
a { background-color: #BF52DC; }
a { background-color: rgb(191,82,220); }
div.DivClassName
{
background-color: #BF52DC;
}
.BgClassName
{
background-color: #BF52DC;
}
</style>
border-color css
<style>
span { border-color: #BF52DC; }
span { border-color: rgb(191,82,220); }
td.TdClassName
{
border-color: #BF52DC;
}
.TagClassName
{
border-color: #BF52DC;
}
</style>