Shades of Medium Orchid #BB5DDF
Tints of Medium Orchid #BB5DDF
RGB
CMYK
RGB Variations
Color information
#BB5DDF (or 0xBB5DDF) is known color: Medium Orchid. HEX triplet: BB, 5D and DF. RGB value is (187,93,223). Sum of RGB (Red+Green+Blue) = 187+93+223=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB5DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DDF is #44A220. Grayscale: #878787. Windows color (decimal): -4497953 or 14638523. OLE color: 14638523.
HSL color Cylindrical-coordinate representation of color #BB5DDF: hue angle of 283.38º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5DDF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 93 | 223 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.13 |
| HSL | 283.38º | 0.67% | 0.62% | - |
| HSV(B) | 283.38º | 0.58% | 0.87% | - |
| XYZ | 37.73 | 23.72 | 72.4 | - |
| YUV | 135.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 223 | 0.16 | 0.58 | 0 | 0.13 | 283.38 | 0.67 | 0.62 |
| Hex | BB | 5D | DF | 10 | 3A | 0 | D | 11B | 43 | 3E |
| Octal | 273 | 135 | 337 | 20 | 72 | 0 | 15 | 433 | 103 | 76 |
| Binary | 10111011 | 1011101 | 11011111 | 10000 | 111010 | 0 | 1101 | 100011011 | 1000011 | 111110 |
Color Harmonies of #BB5DDF
Complementary color
Monochromatic Colors of #BB5DDF
Black with #BB5DDF
Text Example
Text Example
White with #BB5DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DDF; }
p { color: rgb(187,93,223); }
H1.HeaderClassName
{
color: #BB5DDF;
}
.AnyTagClassName
{
color: #BB5DDF;
}
</style>
background-color css
<style>
a { background-color: #BB5DDF; }
a { background-color: rgb(187,93,223); }
div.DivClassName
{
background-color: #BB5DDF;
}
.BgClassName
{
background-color: #BB5DDF;
}
</style>
border-color css
<style>
span { border-color: #BB5DDF; }
span { border-color: rgb(187,93,223); }
td.TdClassName
{
border-color: #BB5DDF;
}
.TagClassName
{
border-color: #BB5DDF;
}
</style>