Shades of Medium Orchid #BF64CB
Tints of Medium Orchid #BF64CB
RGB
CMYK
RGB Variations
Color information
#BF64CB (or 0xBF64CB) is known color: Medium Orchid. HEX triplet: BF, 64 and CB. RGB value is (191,100,203). Sum of RGB (Red+Green+Blue) = 191+100+203=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64CB is #409B34. Grayscale: #8A8A8A. Windows color (decimal): -4234037 or 13329599. OLE color: 13329599.
HSL color Cylindrical-coordinate representation of color #BF64CB: hue angle of 293.01º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF64CB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 100 | 203 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.20 |
| HSL | 293.01º | 0.5% | 0.59% | - |
| HSV(B) | 293.01º | 0.51% | 0.8% | - |
| XYZ | 36.82 | 24.5 | 59.29 | - |
| YUV | 138.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 203 | 0.06 | 0.51 | 0 | 0.20 | 293.01 | 0.5 | 0.59 |
| Hex | BF | 64 | CB | 6 | 33 | 0 | 14 | 125 | 32 | 3B |
| Octal | 277 | 144 | 313 | 6 | 63 | 0 | 24 | 445 | 62 | 73 |
| Binary | 10111111 | 1100100 | 11001011 | 110 | 110011 | 0 | 10100 | 100100101 | 110010 | 111011 |
Color Harmonies of #BF64CB
Complementary color
Monochromatic Colors of #BF64CB
Black with #BF64CB
Text Example
Text Example
White with #BF64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64CB; }
p { color: rgb(191,100,203); }
H1.HeaderClassName
{
color: #BF64CB;
}
.AnyTagClassName
{
color: #BF64CB;
}
</style>
background-color css
<style>
a { background-color: #BF64CB; }
a { background-color: rgb(191,100,203); }
div.DivClassName
{
background-color: #BF64CB;
}
.BgClassName
{
background-color: #BF64CB;
}
</style>
border-color css
<style>
span { border-color: #BF64CB; }
span { border-color: rgb(191,100,203); }
td.TdClassName
{
border-color: #BF64CB;
}
.TagClassName
{
border-color: #BF64CB;
}
</style>