Shades of Medium Orchid #BB3FFC
Tints of Medium Orchid #BB3FFC
RGB
CMYK
RGB Variations
Color information
#BB3FFC (or 0xBB3FFC) is known color: Medium Orchid. HEX triplet: BB, 3F and FC. RGB value is (187,63,252). Sum of RGB (Red+Green+Blue) = 187+63+252=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB3FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3FFC is #44C003. Grayscale: #787878. Windows color (decimal): -4505604 or 16531387. OLE color: 16531387.
HSL color Cylindrical-coordinate representation of color #BB3FFC: hue angle of 279.37º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB3FFC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 63 | 252 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.01 |
| HSL | 279.37º | 0.97% | 0.62% | - |
| HSV(B) | 279.37º | 0.75% | 0.99% | - |
| XYZ | 39.84 | 21.15 | 94.08 | - |
| YUV | 121.62 | 201.58 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 252 | 0.26 | 0.75 | 0 | 0.01 | 279.37 | 0.97 | 0.62 |
| Hex | BB | 3F | FC | 1A | 4B | 0 | 1 | 117 | 61 | 3E |
| Octal | 273 | 77 | 374 | 32 | 113 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111011 | 111111 | 11111100 | 11010 | 1001011 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #BB3FFC
Complementary color
Monochromatic Colors of #BB3FFC
Black with #BB3FFC
Text Example
Text Example
White with #BB3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FFC; }
p { color: rgb(187,63,252); }
H1.HeaderClassName
{
color: #BB3FFC;
}
.AnyTagClassName
{
color: #BB3FFC;
}
</style>
background-color css
<style>
a { background-color: #BB3FFC; }
a { background-color: rgb(187,63,252); }
div.DivClassName
{
background-color: #BB3FFC;
}
.BgClassName
{
background-color: #BB3FFC;
}
</style>
border-color css
<style>
span { border-color: #BB3FFC; }
span { border-color: rgb(187,63,252); }
td.TdClassName
{
border-color: #BB3FFC;
}
.TagClassName
{
border-color: #BB3FFC;
}
</style>