Shades of Medium Orchid #BF6ACB
Tints of Medium Orchid #BF6ACB
RGB
CMYK
RGB Variations
Color information
#BF6ACB (or 0xBF6ACB) is known color: Medium Orchid. HEX triplet: BF, 6A and CB. RGB value is (191,106,203). Sum of RGB (Red+Green+Blue) = 191+106+203=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ACB is #409534. Grayscale: #8E8E8E. Windows color (decimal): -4232501 or 13331135. OLE color: 13331135.
HSL color Cylindrical-coordinate representation of color #BF6ACB: hue angle of 292.58º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6ACB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 106 | 203 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.20 |
| HSL | 292.58º | 0.48% | 0.61% | - |
| HSV(B) | 292.58º | 0.48% | 0.8% | - |
| XYZ | 37.42 | 25.7 | 59.49 | - |
| YUV | 142.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 203 | 0.06 | 0.48 | 0 | 0.20 | 292.58 | 0.48 | 0.61 |
| Hex | BF | 6A | CB | 6 | 30 | 0 | 14 | 125 | 30 | 3D |
| Octal | 277 | 152 | 313 | 6 | 60 | 0 | 24 | 445 | 60 | 75 |
| Binary | 10111111 | 1101010 | 11001011 | 110 | 110000 | 0 | 10100 | 100100101 | 110000 | 111101 |
Color Harmonies of #BF6ACB
Complementary color
Monochromatic Colors of #BF6ACB
Black with #BF6ACB
Text Example
Text Example
White with #BF6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ACB; }
p { color: rgb(191,106,203); }
H1.HeaderClassName
{
color: #BF6ACB;
}
.AnyTagClassName
{
color: #BF6ACB;
}
</style>
background-color css
<style>
a { background-color: #BF6ACB; }
a { background-color: rgb(191,106,203); }
div.DivClassName
{
background-color: #BF6ACB;
}
.BgClassName
{
background-color: #BF6ACB;
}
</style>
border-color css
<style>
span { border-color: #BF6ACB; }
span { border-color: rgb(191,106,203); }
td.TdClassName
{
border-color: #BF6ACB;
}
.TagClassName
{
border-color: #BF6ACB;
}
</style>