Shades of Medium Orchid #BB79DF
Tints of Medium Orchid #BB79DF
RGB
CMYK
RGB Variations
Color information
#BB79DF (or 0xBB79DF) is known color: Medium Orchid. HEX triplet: BB, 79 and DF. RGB value is (187,121,223). Sum of RGB (Red+Green+Blue) = 187+121+223=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79DF is #448620. Grayscale: #989898. Windows color (decimal): -4490785 or 14645691. OLE color: 14645691.
HSL color Cylindrical-coordinate representation of color #BB79DF: hue angle of 278.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB79DF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 121 | 223 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.13 |
| HSL | 278.82º | 0.61% | 0.67% | - |
| HSV(B) | 278.82º | 0.46% | 0.87% | - |
| XYZ | 40.65 | 29.57 | 73.38 | - |
| YUV | 152.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 223 | 0.16 | 0.46 | 0 | 0.13 | 278.82 | 0.61 | 0.67 |
| Hex | BB | 79 | DF | 10 | 2E | 0 | D | 117 | 3D | 43 |
| Octal | 273 | 171 | 337 | 20 | 56 | 0 | 15 | 427 | 75 | 103 |
| Binary | 10111011 | 1111001 | 11011111 | 10000 | 101110 | 0 | 1101 | 100010111 | 111101 | 1000011 |
Color Harmonies of #BB79DF
Complementary color
Monochromatic Colors of #BB79DF
Black with #BB79DF
Text Example
Text Example
White with #BB79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB79DF; }
p { color: rgb(187,121,223); }
H1.HeaderClassName
{
color: #BB79DF;
}
.AnyTagClassName
{
color: #BB79DF;
}
</style>
background-color css
<style>
a { background-color: #BB79DF; }
a { background-color: rgb(187,121,223); }
div.DivClassName
{
background-color: #BB79DF;
}
.BgClassName
{
background-color: #BB79DF;
}
</style>
border-color css
<style>
span { border-color: #BB79DF; }
span { border-color: rgb(187,121,223); }
td.TdClassName
{
border-color: #BB79DF;
}
.TagClassName
{
border-color: #BB79DF;
}
</style>