Shades of Medium Orchid #BB64C7
Tints of Medium Orchid #BB64C7
RGB
CMYK
RGB Variations
Color information
#BB64C7 (or 0xBB64C7) is known color: Medium Orchid. HEX triplet: BB, 64 and C7. RGB value is (187,100,199). Sum of RGB (Red+Green+Blue) = 187+100+199=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB64C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64C7 is #449B38. Grayscale: #888888. Windows color (decimal): -4496185 or 13067451. OLE color: 13067451.
HSL color Cylindrical-coordinate representation of color #BB64C7: hue angle of 292.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB64C7 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 100 | 199 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.22 |
| HSL | 292.73º | 0.47% | 0.59% | - |
| HSV(B) | 292.73º | 0.5% | 0.78% | - |
| XYZ | 35.36 | 23.8 | 56.76 | - |
| YUV | 137.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 199 | 0.06 | 0.50 | 0 | 0.22 | 292.73 | 0.47 | 0.59 |
| Hex | BB | 64 | C7 | 6 | 32 | 0 | 16 | 125 | 2F | 3B |
| Octal | 273 | 144 | 307 | 6 | 62 | 0 | 26 | 445 | 57 | 73 |
| Binary | 10111011 | 1100100 | 11000111 | 110 | 110010 | 0 | 10110 | 100100101 | 101111 | 111011 |
Color Harmonies of #BB64C7
Complementary color
Monochromatic Colors of #BB64C7
Black with #BB64C7
Text Example
Text Example
White with #BB64C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB64C7; }
p { color: rgb(187,100,199); }
H1.HeaderClassName
{
color: #BB64C7;
}
.AnyTagClassName
{
color: #BB64C7;
}
</style>
background-color css
<style>
a { background-color: #BB64C7; }
a { background-color: rgb(187,100,199); }
div.DivClassName
{
background-color: #BB64C7;
}
.BgClassName
{
background-color: #BB64C7;
}
</style>
border-color css
<style>
span { border-color: #BB64C7; }
span { border-color: rgb(187,100,199); }
td.TdClassName
{
border-color: #BB64C7;
}
.TagClassName
{
border-color: #BB64C7;
}
</style>