Shades of Medium Orchid #BF5DD2
Tints of Medium Orchid #BF5DD2
RGB
CMYK
RGB Variations
Color information
#BF5DD2 (or 0xBF5DD2) is known color: Medium Orchid. HEX triplet: BF, 5D and D2. RGB value is (191,93,210). Sum of RGB (Red+Green+Blue) = 191+93+210=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF5DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DD2 is #40A22D. Grayscale: #878787. Windows color (decimal): -4235822 or 13786559. OLE color: 13786559.
HSL color Cylindrical-coordinate representation of color #BF5DD2: hue angle of 290.26º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5DD2 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 93 | 210 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.18 |
| HSL | 290.26º | 0.57% | 0.59% | - |
| HSV(B) | 290.26º | 0.56% | 0.82% | - |
| XYZ | 37.03 | 23.56 | 63.57 | - |
| YUV | 135.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 210 | 0.09 | 0.56 | 0 | 0.18 | 290.26 | 0.57 | 0.59 |
| Hex | BF | 5D | D2 | 9 | 38 | 0 | 12 | 122 | 39 | 3B |
| Octal | 277 | 135 | 322 | 11 | 70 | 0 | 22 | 442 | 71 | 73 |
| Binary | 10111111 | 1011101 | 11010010 | 1001 | 111000 | 0 | 10010 | 100100010 | 111001 | 111011 |
Color Harmonies of #BF5DD2
Complementary color
Monochromatic Colors of #BF5DD2
Black with #BF5DD2
Text Example
Text Example
White with #BF5DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5DD2; }
p { color: rgb(191,93,210); }
H1.HeaderClassName
{
color: #BF5DD2;
}
.AnyTagClassName
{
color: #BF5DD2;
}
</style>
background-color css
<style>
a { background-color: #BF5DD2; }
a { background-color: rgb(191,93,210); }
div.DivClassName
{
background-color: #BF5DD2;
}
.BgClassName
{
background-color: #BF5DD2;
}
</style>
border-color css
<style>
span { border-color: #BF5DD2; }
span { border-color: rgb(191,93,210); }
td.TdClassName
{
border-color: #BF5DD2;
}
.TagClassName
{
border-color: #BF5DD2;
}
</style>