Shades of Orchid #BF7AD5
Tints of Orchid #BF7AD5
RGB
CMYK
RGB Variations
Color information
#BF7AD5 (or 0xBF7AD5) is known color: Orchid. HEX triplet: BF, 7A and D5. RGB value is (191,122,213). Sum of RGB (Red+Green+Blue) = 191+122+213=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AD5 is #40852A. Grayscale: #989898. Windows color (decimal): -4228395 or 13990591. OLE color: 13990591.
HSL color Cylindrical-coordinate representation of color #BF7AD5: hue angle of 285.49º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7AD5 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 122 | 213 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.16 |
| HSL | 285.49º | 0.52% | 0.66% | - |
| HSV(B) | 285.49º | 0.43% | 0.84% | - |
| XYZ | 40.46 | 29.8 | 66.57 | - |
| YUV | 153.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 213 | 0.10 | 0.43 | 0 | 0.16 | 285.49 | 0.52 | 0.66 |
| Hex | BF | 7A | D5 | A | 2B | 0 | 10 | 11D | 34 | 42 |
| Octal | 277 | 172 | 325 | 12 | 53 | 0 | 20 | 435 | 64 | 102 |
| Binary | 10111111 | 1111010 | 11010101 | 1010 | 101011 | 0 | 10000 | 100011101 | 110100 | 1000010 |
Color Harmonies of #BF7AD5
Complementary color
Monochromatic Colors of #BF7AD5
Black with #BF7AD5
Text Example
Text Example
White with #BF7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7AD5; }
p { color: rgb(191,122,213); }
H1.HeaderClassName
{
color: #BF7AD5;
}
.AnyTagClassName
{
color: #BF7AD5;
}
</style>
background-color css
<style>
a { background-color: #BF7AD5; }
a { background-color: rgb(191,122,213); }
div.DivClassName
{
background-color: #BF7AD5;
}
.BgClassName
{
background-color: #BF7AD5;
}
</style>
border-color css
<style>
span { border-color: #BF7AD5; }
span { border-color: rgb(191,122,213); }
td.TdClassName
{
border-color: #BF7AD5;
}
.TagClassName
{
border-color: #BF7AD5;
}
</style>