Shades of Medium Orchid #BB32F1
Tints of Medium Orchid #BB32F1
RGB
CMYK
RGB Variations
Color information
#BB32F1 (or 0xBB32F1) is known color: Medium Orchid. HEX triplet: BB, 32 and F1. RGB value is (187,50,241). Sum of RGB (Red+Green+Blue) = 187+50+241=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB32F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32F1 is #44CD0E. Grayscale: #707070. Windows color (decimal): -4508943 or 15807163. OLE color: 15807163.
HSL color Cylindrical-coordinate representation of color #BB32F1: hue angle of 283.04º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB32F1 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 50 | 241 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.05 |
| HSL | 283.04º | 0.87% | 0.57% | - |
| HSV(B) | 283.04º | 0.79% | 0.95% | - |
| XYZ | 37.51 | 19.2 | 84.95 | - |
| YUV | 112.74 | 200.39 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 241 | 0.22 | 0.79 | 0 | 0.05 | 283.04 | 0.87 | 0.57 |
| Hex | BB | 32 | F1 | 16 | 4F | 0 | 5 | 11B | 57 | 39 |
| Octal | 273 | 62 | 361 | 26 | 117 | 0 | 5 | 433 | 127 | 71 |
| Binary | 10111011 | 110010 | 11110001 | 10110 | 1001111 | 0 | 101 | 100011011 | 1010111 | 111001 |
Color Harmonies of #BB32F1
Complementary color
Monochromatic Colors of #BB32F1
Black with #BB32F1
Text Example
Text Example
White with #BB32F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32F1; }
p { color: rgb(187,50,241); }
H1.HeaderClassName
{
color: #BB32F1;
}
.AnyTagClassName
{
color: #BB32F1;
}
</style>
background-color css
<style>
a { background-color: #BB32F1; }
a { background-color: rgb(187,50,241); }
div.DivClassName
{
background-color: #BB32F1;
}
.BgClassName
{
background-color: #BB32F1;
}
</style>
border-color css
<style>
span { border-color: #BB32F1; }
span { border-color: rgb(187,50,241); }
td.TdClassName
{
border-color: #BB32F1;
}
.TagClassName
{
border-color: #BB32F1;
}
</style>