Shades of Medium Orchid #BB3DFF
Tints of Medium Orchid #BB3DFF
RGB
CMYK
RGB Variations
Color information
#BB3DFF (or 0xBB3DFF) is known color: Medium Orchid. HEX triplet: BB, 3D and FF. RGB value is (187,61,255). Sum of RGB (Red+Green+Blue) = 187+61+255=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3DFF is #44C200. Grayscale: #787878. Windows color (decimal): -4506113 or 16727483. OLE color: 16727483.
HSL color Cylindrical-coordinate representation of color #BB3DFF: hue angle of 278.97º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB3DFF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 61 | 255 | - |
| CMYK | 0.27 | 0.76 | 0 | 0 |
| HSL | 278.97º | 1% | 0.62% | - |
| HSV(B) | 278.97º | 0.76% | 1% | - |
| XYZ | 40.21 | 21.12 | 96.57 | - |
| YUV | 120.79 | 203.74 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 255 | 0.27 | 0.76 | 0 | 0 | 278.97 | 1 | 0.62 |
| Hex | BB | 3D | FF | 1B | 4C | 0 | 0 | 117 | 64 | 3E |
| Octal | 273 | 75 | 377 | 33 | 114 | 0 | 0 | 427 | 144 | 76 |
| Binary | 10111011 | 111101 | 11111111 | 11011 | 1001100 | 0 | 0 | 100010111 | 1100100 | 111110 |
Color Harmonies of #BB3DFF
Complementary color
Monochromatic Colors of #BB3DFF
Black with #BB3DFF
Text Example
Text Example
White with #BB3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DFF; }
p { color: rgb(187,61,255); }
H1.HeaderClassName
{
color: #BB3DFF;
}
.AnyTagClassName
{
color: #BB3DFF;
}
</style>
background-color css
<style>
a { background-color: #BB3DFF; }
a { background-color: rgb(187,61,255); }
div.DivClassName
{
background-color: #BB3DFF;
}
.BgClassName
{
background-color: #BB3DFF;
}
</style>
border-color css
<style>
span { border-color: #BB3DFF; }
span { border-color: rgb(187,61,255); }
td.TdClassName
{
border-color: #BB3DFF;
}
.TagClassName
{
border-color: #BB3DFF;
}
</style>