Shades of Medium Orchid #BB3AFC
Tints of Medium Orchid #BB3AFC
RGB
CMYK
RGB Variations
Color information
#BB3AFC (or 0xBB3AFC) is known color: Medium Orchid. HEX triplet: BB, 3A and FC. RGB value is (187,58,252). Sum of RGB (Red+Green+Blue) = 187+58+252=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB3AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3AFC is #44C503. Grayscale: #767676. Windows color (decimal): -4506884 or 16530107. OLE color: 16530107.
HSL color Cylindrical-coordinate representation of color #BB3AFC: hue angle of 279.9º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB3AFC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 58 | 252 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.01 |
| HSL | 279.9º | 0.97% | 0.61% | - |
| HSV(B) | 279.9º | 0.77% | 0.99% | - |
| XYZ | 39.58 | 20.62 | 93.99 | - |
| YUV | 118.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 252 | 0.26 | 0.77 | 0 | 0.01 | 279.9 | 0.97 | 0.61 |
| Hex | BB | 3A | FC | 1A | 4D | 0 | 1 | 118 | 61 | 3D |
| Octal | 273 | 72 | 374 | 32 | 115 | 0 | 1 | 430 | 141 | 75 |
| Binary | 10111011 | 111010 | 11111100 | 11010 | 1001101 | 0 | 1 | 100011000 | 1100001 | 111101 |
Color Harmonies of #BB3AFC
Complementary color
Monochromatic Colors of #BB3AFC
Black with #BB3AFC
Text Example
Text Example
White with #BB3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3AFC; }
p { color: rgb(187,58,252); }
H1.HeaderClassName
{
color: #BB3AFC;
}
.AnyTagClassName
{
color: #BB3AFC;
}
</style>
background-color css
<style>
a { background-color: #BB3AFC; }
a { background-color: rgb(187,58,252); }
div.DivClassName
{
background-color: #BB3AFC;
}
.BgClassName
{
background-color: #BB3AFC;
}
</style>
border-color css
<style>
span { border-color: #BB3AFC; }
span { border-color: rgb(187,58,252); }
td.TdClassName
{
border-color: #BB3AFC;
}
.TagClassName
{
border-color: #BB3AFC;
}
</style>