Shades of Medium Orchid #BB5DF7
Tints of Medium Orchid #BB5DF7
RGB
CMYK
RGB Variations
Color information
#BB5DF7 (or 0xBB5DF7) is known color: Medium Orchid. HEX triplet: BB, 5D and F7. RGB value is (187,93,247). Sum of RGB (Red+Green+Blue) = 187+93+247=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB5DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DF7 is #44A208. Grayscale: #8A8A8A. Windows color (decimal): -4497929 or 16211387. OLE color: 16211387.
HSL color Cylindrical-coordinate representation of color #BB5DF7: hue angle of 276.62º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5DF7 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 93 | 247 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.03 |
| HSL | 276.62º | 0.91% | 0.67% | - |
| HSV(B) | 276.62º | 0.62% | 0.97% | - |
| XYZ | 41.2 | 25.11 | 90.67 | - |
| YUV | 138.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 247 | 0.24 | 0.62 | 0 | 0.03 | 276.62 | 0.91 | 0.67 |
| Hex | BB | 5D | F7 | 18 | 3E | 0 | 3 | 115 | 5B | 43 |
| Octal | 273 | 135 | 367 | 30 | 76 | 0 | 3 | 425 | 133 | 103 |
| Binary | 10111011 | 1011101 | 11110111 | 11000 | 111110 | 0 | 11 | 100010101 | 1011011 | 1000011 |
Color Harmonies of #BB5DF7
Complementary color
Monochromatic Colors of #BB5DF7
Black with #BB5DF7
Text Example
Text Example
White with #BB5DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DF7; }
p { color: rgb(187,93,247); }
H1.HeaderClassName
{
color: #BB5DF7;
}
.AnyTagClassName
{
color: #BB5DF7;
}
</style>
background-color css
<style>
a { background-color: #BB5DF7; }
a { background-color: rgb(187,93,247); }
div.DivClassName
{
background-color: #BB5DF7;
}
.BgClassName
{
background-color: #BB5DF7;
}
</style>
border-color css
<style>
span { border-color: #BB5DF7; }
span { border-color: rgb(187,93,247); }
td.TdClassName
{
border-color: #BB5DF7;
}
.TagClassName
{
border-color: #BB5DF7;
}
</style>