Shades of Medium Orchid #BB3DDF
Tints of Medium Orchid #BB3DDF
RGB
CMYK
RGB Variations
Color information
#BB3DDF (or 0xBB3DDF) is known color: Medium Orchid. HEX triplet: BB, 3D and DF. RGB value is (187,61,223). Sum of RGB (Red+Green+Blue) = 187+61+223=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DDF is #44C220. Grayscale: #747474. Windows color (decimal): -4506145 or 14630331. OLE color: 14630331.
HSL color Cylindrical-coordinate representation of color #BB3DDF: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3DDF is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 61 | 223 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.13 |
| HSL | 286.67º | 0.72% | 0.56% | - |
| HSV(B) | 286.67º | 0.73% | 0.87% | - |
| XYZ | 35.48 | 19.23 | 71.65 | - |
| YUV | 117.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 223 | 0.16 | 0.73 | 0 | 0.13 | 286.67 | 0.72 | 0.56 |
| Hex | BB | 3D | DF | 10 | 49 | 0 | D | 11F | 48 | 38 |
| Octal | 273 | 75 | 337 | 20 | 111 | 0 | 15 | 437 | 110 | 70 |
| Binary | 10111011 | 111101 | 11011111 | 10000 | 1001001 | 0 | 1101 | 100011111 | 1001000 | 111000 |
Color Harmonies of #BB3DDF
Complementary color
Monochromatic Colors of #BB3DDF
Black with #BB3DDF
Text Example
Text Example
White with #BB3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DDF; }
p { color: rgb(187,61,223); }
H1.HeaderClassName
{
color: #BB3DDF;
}
.AnyTagClassName
{
color: #BB3DDF;
}
</style>
background-color css
<style>
a { background-color: #BB3DDF; }
a { background-color: rgb(187,61,223); }
div.DivClassName
{
background-color: #BB3DDF;
}
.BgClassName
{
background-color: #BB3DDF;
}
</style>
border-color css
<style>
span { border-color: #BB3DDF; }
span { border-color: rgb(187,61,223); }
td.TdClassName
{
border-color: #BB3DDF;
}
.TagClassName
{
border-color: #BB3DDF;
}
</style>