Shades of Medium Orchid #BB5DF6
Tints of Medium Orchid #BB5DF6
RGB
CMYK
RGB Variations
Color information
#BB5DF6 (or 0xBB5DF6) is known color: Medium Orchid. HEX triplet: BB, 5D and F6. RGB value is (187,93,246). Sum of RGB (Red+Green+Blue) = 187+93+246=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DF6 is #44A209. Grayscale: #8A8A8A. Windows color (decimal): -4497930 or 16145851. OLE color: 16145851.
HSL color Cylindrical-coordinate representation of color #BB5DF6: hue angle of 276.86º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5DF6 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 93 | 246 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.04 |
| HSL | 276.86º | 0.89% | 0.66% | - |
| HSV(B) | 276.86º | 0.62% | 0.96% | - |
| XYZ | 41.04 | 25.05 | 89.86 | - |
| YUV | 138.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 246 | 0.24 | 0.62 | 0 | 0.04 | 276.86 | 0.89 | 0.66 |
| Hex | BB | 5D | F6 | 18 | 3E | 0 | 4 | 115 | 59 | 42 |
| Octal | 273 | 135 | 366 | 30 | 76 | 0 | 4 | 425 | 131 | 102 |
| Binary | 10111011 | 1011101 | 11110110 | 11000 | 111110 | 0 | 100 | 100010101 | 1011001 | 1000010 |
Color Harmonies of #BB5DF6
Complementary color
Monochromatic Colors of #BB5DF6
Black with #BB5DF6
Text Example
Text Example
White with #BB5DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DF6; }
p { color: rgb(187,93,246); }
H1.HeaderClassName
{
color: #BB5DF6;
}
.AnyTagClassName
{
color: #BB5DF6;
}
</style>
background-color css
<style>
a { background-color: #BB5DF6; }
a { background-color: rgb(187,93,246); }
div.DivClassName
{
background-color: #BB5DF6;
}
.BgClassName
{
background-color: #BB5DF6;
}
</style>
border-color css
<style>
span { border-color: #BB5DF6; }
span { border-color: rgb(187,93,246); }
td.TdClassName
{
border-color: #BB5DF6;
}
.TagClassName
{
border-color: #BB5DF6;
}
</style>