Shades of Medium Orchid #BF64CC
Tints of Medium Orchid #BF64CC
RGB
CMYK
RGB Variations
Color information
#BF64CC (or 0xBF64CC) is known color: Medium Orchid. HEX triplet: BF, 64 and CC. RGB value is (191,100,204). Sum of RGB (Red+Green+Blue) = 191+100+204=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64CC is #409B33. Grayscale: #8A8A8A. Windows color (decimal): -4234036 or 13395135. OLE color: 13395135.
HSL color Cylindrical-coordinate representation of color #BF64CC: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF64CC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 100 | 204 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.2 |
| HSL | 292.5º | 0.5% | 0.6% | - |
| HSV(B) | 292.5º | 0.51% | 0.8% | - |
| XYZ | 36.94 | 24.55 | 59.92 | - |
| YUV | 139.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 204 | 0.06 | 0.51 | 0 | 0.2 | 292.5 | 0.5 | 0.6 |
| Hex | BF | 64 | CC | 6 | 33 | 0 | 14 | 124 | 32 | 3C |
| Octal | 277 | 144 | 314 | 6 | 63 | 0 | 24 | 444 | 62 | 74 |
| Binary | 10111111 | 1100100 | 11001100 | 110 | 110011 | 0 | 10100 | 100100100 | 110010 | 111100 |
Color Harmonies of #BF64CC
Complementary color
Monochromatic Colors of #BF64CC
Black with #BF64CC
Text Example
Text Example
White with #BF64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64CC; }
p { color: rgb(191,100,204); }
H1.HeaderClassName
{
color: #BF64CC;
}
.AnyTagClassName
{
color: #BF64CC;
}
</style>
background-color css
<style>
a { background-color: #BF64CC; }
a { background-color: rgb(191,100,204); }
div.DivClassName
{
background-color: #BF64CC;
}
.BgClassName
{
background-color: #BF64CC;
}
</style>
border-color css
<style>
span { border-color: #BF64CC; }
span { border-color: rgb(191,100,204); }
td.TdClassName
{
border-color: #BF64CC;
}
.TagClassName
{
border-color: #BF64CC;
}
</style>