Shades of Medium Orchid #BB3DDA
Tints of Medium Orchid #BB3DDA
RGB
CMYK
RGB Variations
Color information
#BB3DDA (or 0xBB3DDA) is known color: Medium Orchid. HEX triplet: BB, 3D and DA. RGB value is (187,61,218). Sum of RGB (Red+Green+Blue) = 187+61+218=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DDA is #44C225. Grayscale: #747474. Windows color (decimal): -4506150 or 14302651. OLE color: 14302651.
HSL color Cylindrical-coordinate representation of color #BB3DDA: hue angle of 288.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3DDA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 61 | 218 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.15 |
| HSL | 288.15º | 0.68% | 0.55% | - |
| HSV(B) | 288.15º | 0.72% | 0.85% | - |
| XYZ | 34.82 | 18.96 | 68.16 | - |
| YUV | 116.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 218 | 0.14 | 0.72 | 0 | 0.15 | 288.15 | 0.68 | 0.55 |
| Hex | BB | 3D | DA | E | 48 | 0 | F | 120 | 44 | 37 |
| Octal | 273 | 75 | 332 | 16 | 110 | 0 | 17 | 440 | 104 | 67 |
| Binary | 10111011 | 111101 | 11011010 | 1110 | 1001000 | 0 | 1111 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BB3DDA
Complementary color
Monochromatic Colors of #BB3DDA
Black with #BB3DDA
Text Example
Text Example
White with #BB3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DDA; }
p { color: rgb(187,61,218); }
H1.HeaderClassName
{
color: #BB3DDA;
}
.AnyTagClassName
{
color: #BB3DDA;
}
</style>
background-color css
<style>
a { background-color: #BB3DDA; }
a { background-color: rgb(187,61,218); }
div.DivClassName
{
background-color: #BB3DDA;
}
.BgClassName
{
background-color: #BB3DDA;
}
</style>
border-color css
<style>
span { border-color: #BB3DDA; }
span { border-color: rgb(187,61,218); }
td.TdClassName
{
border-color: #BB3DDA;
}
.TagClassName
{
border-color: #BB3DDA;
}
</style>