Shades of Medium Orchid #BF6BCB
Tints of Medium Orchid #BF6BCB
RGB
CMYK
RGB Variations
Color information
#BF6BCB (or 0xBF6BCB) is known color: Medium Orchid. HEX triplet: BF, 6B and CB. RGB value is (191,107,203). Sum of RGB (Red+Green+Blue) = 191+107+203=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BCB is #409434. Grayscale: #8E8E8E. Windows color (decimal): -4232245 or 13331391. OLE color: 13331391.
HSL color Cylindrical-coordinate representation of color #BF6BCB: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6BCB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 107 | 203 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.20 |
| HSL | 292.5º | 0.48% | 0.61% | - |
| HSV(B) | 292.5º | 0.47% | 0.8% | - |
| XYZ | 37.52 | 25.9 | 59.52 | - |
| YUV | 143.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 203 | 0.06 | 0.47 | 0 | 0.20 | 292.5 | 0.48 | 0.61 |
| Hex | BF | 6B | CB | 6 | 2F | 0 | 14 | 124 | 30 | 3D |
| Octal | 277 | 153 | 313 | 6 | 57 | 0 | 24 | 444 | 60 | 75 |
| Binary | 10111111 | 1101011 | 11001011 | 110 | 101111 | 0 | 10100 | 100100100 | 110000 | 111101 |
Color Harmonies of #BF6BCB
Complementary color
Monochromatic Colors of #BF6BCB
Black with #BF6BCB
Text Example
Text Example
White with #BF6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BCB; }
p { color: rgb(191,107,203); }
H1.HeaderClassName
{
color: #BF6BCB;
}
.AnyTagClassName
{
color: #BF6BCB;
}
</style>
background-color css
<style>
a { background-color: #BF6BCB; }
a { background-color: rgb(191,107,203); }
div.DivClassName
{
background-color: #BF6BCB;
}
.BgClassName
{
background-color: #BF6BCB;
}
</style>
border-color css
<style>
span { border-color: #BF6BCB; }
span { border-color: rgb(191,107,203); }
td.TdClassName
{
border-color: #BF6BCB;
}
.TagClassName
{
border-color: #BF6BCB;
}
</style>