Shades of Medium Orchid #BF72DC
Tints of Medium Orchid #BF72DC
RGB
CMYK
RGB Variations
Color information
#BF72DC (or 0xBF72DC) is known color: Medium Orchid. HEX triplet: BF, 72 and DC. RGB value is (191,114,220). Sum of RGB (Red+Green+Blue) = 191+114+220=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72DC is #408D23. Grayscale: #949494. Windows color (decimal): -4230436 or 14447295. OLE color: 14447295.
HSL color Cylindrical-coordinate representation of color #BF72DC: hue angle of 283.58º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF72DC is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 114 | 220 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.14 |
| HSL | 283.58º | 0.6% | 0.65% | - |
| HSV(B) | 283.58º | 0.48% | 0.86% | - |
| XYZ | 40.42 | 28.28 | 71.04 | - |
| YUV | 149.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 220 | 0.13 | 0.48 | 0 | 0.14 | 283.58 | 0.6 | 0.65 |
| Hex | BF | 72 | DC | D | 30 | 0 | E | 11C | 3C | 41 |
| Octal | 277 | 162 | 334 | 15 | 60 | 0 | 16 | 434 | 74 | 101 |
| Binary | 10111111 | 1110010 | 11011100 | 1101 | 110000 | 0 | 1110 | 100011100 | 111100 | 1000001 |
Color Harmonies of #BF72DC
Complementary color
Monochromatic Colors of #BF72DC
Black with #BF72DC
Text Example
Text Example
White with #BF72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF72DC; }
p { color: rgb(191,114,220); }
H1.HeaderClassName
{
color: #BF72DC;
}
.AnyTagClassName
{
color: #BF72DC;
}
</style>
background-color css
<style>
a { background-color: #BF72DC; }
a { background-color: rgb(191,114,220); }
div.DivClassName
{
background-color: #BF72DC;
}
.BgClassName
{
background-color: #BF72DC;
}
</style>
border-color css
<style>
span { border-color: #BF72DC; }
span { border-color: rgb(191,114,220); }
td.TdClassName
{
border-color: #BF72DC;
}
.TagClassName
{
border-color: #BF72DC;
}
</style>