Shades of Medium Orchid #BF5ACB
Tints of Medium Orchid #BF5ACB
RGB
CMYK
RGB Variations
Color information
#BF5ACB (or 0xBF5ACB) is known color: Medium Orchid. HEX triplet: BF, 5A and CB. RGB value is (191,90,203). Sum of RGB (Red+Green+Blue) = 191+90+203=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ACB is #40A534. Grayscale: #848484. Windows color (decimal): -4236597 or 13327039. OLE color: 13327039.
HSL color Cylindrical-coordinate representation of color #BF5ACB: hue angle of 293.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5ACB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 90 | 203 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.20 |
| HSL | 293.63º | 0.52% | 0.57% | - |
| HSV(B) | 293.63º | 0.56% | 0.8% | - |
| XYZ | 35.92 | 22.7 | 58.99 | - |
| YUV | 133.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 203 | 0.06 | 0.56 | 0 | 0.20 | 293.63 | 0.52 | 0.57 |
| Hex | BF | 5A | CB | 6 | 38 | 0 | 14 | 126 | 34 | 39 |
| Octal | 277 | 132 | 313 | 6 | 70 | 0 | 24 | 446 | 64 | 71 |
| Binary | 10111111 | 1011010 | 11001011 | 110 | 111000 | 0 | 10100 | 100100110 | 110100 | 111001 |
Color Harmonies of #BF5ACB
Complementary color
Monochromatic Colors of #BF5ACB
Black with #BF5ACB
Text Example
Text Example
White with #BF5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5ACB; }
p { color: rgb(191,90,203); }
H1.HeaderClassName
{
color: #BF5ACB;
}
.AnyTagClassName
{
color: #BF5ACB;
}
</style>
background-color css
<style>
a { background-color: #BF5ACB; }
a { background-color: rgb(191,90,203); }
div.DivClassName
{
background-color: #BF5ACB;
}
.BgClassName
{
background-color: #BF5ACB;
}
</style>
border-color css
<style>
span { border-color: #BF5ACB; }
span { border-color: rgb(191,90,203); }
td.TdClassName
{
border-color: #BF5ACB;
}
.TagClassName
{
border-color: #BF5ACB;
}
</style>