Shades of Medium Orchid #BB5DF2
Tints of Medium Orchid #BB5DF2
RGB
CMYK
RGB Variations
Color information
#BB5DF2 (or 0xBB5DF2) is known color: Medium Orchid. HEX triplet: BB, 5D and F2. RGB value is (187,93,242). Sum of RGB (Red+Green+Blue) = 187+93+242=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB5DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DF2 is #44A20D. Grayscale: #898989. Windows color (decimal): -4497934 or 15883707. OLE color: 15883707.
HSL color Cylindrical-coordinate representation of color #BB5DF2: hue angle of 277.85º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5DF2 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 93 | 242 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.05 |
| HSL | 277.85º | 0.85% | 0.66% | - |
| HSV(B) | 277.85º | 0.62% | 0.95% | - |
| XYZ | 40.43 | 24.8 | 86.66 | - |
| YUV | 138.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 242 | 0.23 | 0.62 | 0 | 0.05 | 277.85 | 0.85 | 0.66 |
| Hex | BB | 5D | F2 | 17 | 3E | 0 | 5 | 116 | 55 | 42 |
| Octal | 273 | 135 | 362 | 27 | 76 | 0 | 5 | 426 | 125 | 102 |
| Binary | 10111011 | 1011101 | 11110010 | 10111 | 111110 | 0 | 101 | 100010110 | 1010101 | 1000010 |
Color Harmonies of #BB5DF2
Complementary color
Monochromatic Colors of #BB5DF2
Black with #BB5DF2
Text Example
Text Example
White with #BB5DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DF2; }
p { color: rgb(187,93,242); }
H1.HeaderClassName
{
color: #BB5DF2;
}
.AnyTagClassName
{
color: #BB5DF2;
}
</style>
background-color css
<style>
a { background-color: #BB5DF2; }
a { background-color: rgb(187,93,242); }
div.DivClassName
{
background-color: #BB5DF2;
}
.BgClassName
{
background-color: #BB5DF2;
}
</style>
border-color css
<style>
span { border-color: #BB5DF2; }
span { border-color: rgb(187,93,242); }
td.TdClassName
{
border-color: #BB5DF2;
}
.TagClassName
{
border-color: #BB5DF2;
}
</style>