Shades of Medium Orchid #BB78DC
Tints of Medium Orchid #BB78DC
RGB
CMYK
RGB Variations
Color information
#BB78DC (or 0xBB78DC) is known color: Medium Orchid. HEX triplet: BB, 78 and DC. RGB value is (187,120,220). Sum of RGB (Red+Green+Blue) = 187+120+220=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78DC is #448723. Grayscale: #979797. Windows color (decimal): -4491044 or 14448827. OLE color: 14448827.
HSL color Cylindrical-coordinate representation of color #BB78DC: hue angle of 280.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB78DC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 120 | 220 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.14 |
| HSL | 280.2º | 0.59% | 0.67% | - |
| HSV(B) | 280.2º | 0.45% | 0.86% | - |
| XYZ | 40.13 | 29.17 | 71.22 | - |
| YUV | 151.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 220 | 0.15 | 0.45 | 0 | 0.14 | 280.2 | 0.59 | 0.67 |
| Hex | BB | 78 | DC | F | 2D | 0 | E | 118 | 3B | 43 |
| Octal | 273 | 170 | 334 | 17 | 55 | 0 | 16 | 430 | 73 | 103 |
| Binary | 10111011 | 1111000 | 11011100 | 1111 | 101101 | 0 | 1110 | 100011000 | 111011 | 1000011 |
Color Harmonies of #BB78DC
Complementary color
Monochromatic Colors of #BB78DC
Black with #BB78DC
Text Example
Text Example
White with #BB78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78DC; }
p { color: rgb(187,120,220); }
H1.HeaderClassName
{
color: #BB78DC;
}
.AnyTagClassName
{
color: #BB78DC;
}
</style>
background-color css
<style>
a { background-color: #BB78DC; }
a { background-color: rgb(187,120,220); }
div.DivClassName
{
background-color: #BB78DC;
}
.BgClassName
{
background-color: #BB78DC;
}
</style>
border-color css
<style>
span { border-color: #BB78DC; }
span { border-color: rgb(187,120,220); }
td.TdClassName
{
border-color: #BB78DC;
}
.TagClassName
{
border-color: #BB78DC;
}
</style>