Shades of Medium Orchid #BB3DF3
Tints of Medium Orchid #BB3DF3
RGB
CMYK
RGB Variations
Color information
#BB3DF3 (or 0xBB3DF3) is known color: Medium Orchid. HEX triplet: BB, 3D and F3. RGB value is (187,61,243). Sum of RGB (Red+Green+Blue) = 187+61+243=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB3DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3DF3 is #44C20C. Grayscale: #767676. Windows color (decimal): -4506125 or 15941051. OLE color: 15941051.
HSL color Cylindrical-coordinate representation of color #BB3DF3: hue angle of 281.54º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB3DF3 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 61 | 243 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.05 |
| HSL | 281.54º | 0.88% | 0.6% | - |
| HSV(B) | 281.54º | 0.75% | 0.95% | - |
| XYZ | 38.34 | 20.37 | 86.71 | - |
| YUV | 119.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 243 | 0.23 | 0.75 | 0 | 0.05 | 281.54 | 0.88 | 0.6 |
| Hex | BB | 3D | F3 | 17 | 4B | 0 | 5 | 11A | 58 | 3C |
| Octal | 273 | 75 | 363 | 27 | 113 | 0 | 5 | 432 | 130 | 74 |
| Binary | 10111011 | 111101 | 11110011 | 10111 | 1001011 | 0 | 101 | 100011010 | 1011000 | 111100 |
Color Harmonies of #BB3DF3
Complementary color
Monochromatic Colors of #BB3DF3
Black with #BB3DF3
Text Example
Text Example
White with #BB3DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DF3; }
p { color: rgb(187,61,243); }
H1.HeaderClassName
{
color: #BB3DF3;
}
.AnyTagClassName
{
color: #BB3DF3;
}
</style>
background-color css
<style>
a { background-color: #BB3DF3; }
a { background-color: rgb(187,61,243); }
div.DivClassName
{
background-color: #BB3DF3;
}
.BgClassName
{
background-color: #BB3DF3;
}
</style>
border-color css
<style>
span { border-color: #BB3DF3; }
span { border-color: rgb(187,61,243); }
td.TdClassName
{
border-color: #BB3DF3;
}
.TagClassName
{
border-color: #BB3DF3;
}
</style>