Shades of Medium Orchid #BB3AFE
Tints of Medium Orchid #BB3AFE
RGB
CMYK
RGB Variations
Color information
#BB3AFE (or 0xBB3AFE) is known color: Medium Orchid. HEX triplet: BB, 3A and FE. RGB value is (187,58,254). Sum of RGB (Red+Green+Blue) = 187+58+254=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB3AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3AFE is #44C501. Grayscale: #767676. Windows color (decimal): -4506882 or 16661179. OLE color: 16661179.
HSL color Cylindrical-coordinate representation of color #BB3AFE: hue angle of 279.49º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB3AFE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 58 | 254 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.00 |
| HSL | 279.49º | 0.99% | 0.61% | - |
| HSV(B) | 279.49º | 0.77% | 1% | - |
| XYZ | 39.9 | 20.75 | 95.67 | - |
| YUV | 118.92 | 204.24 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 254 | 0.26 | 0.77 | 0 | 0.00 | 279.49 | 0.99 | 0.61 |
| Hex | BB | 3A | FE | 1A | 4D | 0 | 0 | 117 | 63 | 3D |
| Octal | 273 | 72 | 376 | 32 | 115 | 0 | 0 | 427 | 143 | 75 |
| Binary | 10111011 | 111010 | 11111110 | 11010 | 1001101 | 0 | 0 | 100010111 | 1100011 | 111101 |
Color Harmonies of #BB3AFE
Complementary color
Monochromatic Colors of #BB3AFE
Black with #BB3AFE
Text Example
Text Example
White with #BB3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3AFE; }
p { color: rgb(187,58,254); }
H1.HeaderClassName
{
color: #BB3AFE;
}
.AnyTagClassName
{
color: #BB3AFE;
}
</style>
background-color css
<style>
a { background-color: #BB3AFE; }
a { background-color: rgb(187,58,254); }
div.DivClassName
{
background-color: #BB3AFE;
}
.BgClassName
{
background-color: #BB3AFE;
}
</style>
border-color css
<style>
span { border-color: #BB3AFE; }
span { border-color: rgb(187,58,254); }
td.TdClassName
{
border-color: #BB3AFE;
}
.TagClassName
{
border-color: #BB3AFE;
}
</style>