Shades of Medium Orchid #BB32F2
Tints of Medium Orchid #BB32F2
RGB
CMYK
RGB Variations
Color information
#BB32F2 (or 0xBB32F2) is known color: Medium Orchid. HEX triplet: BB, 32 and F2. RGB value is (187,50,242). Sum of RGB (Red+Green+Blue) = 187+50+242=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB32F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32F2 is #44CD0D. Grayscale: #707070. Windows color (decimal): -4508942 or 15872699. OLE color: 15872699.
HSL color Cylindrical-coordinate representation of color #BB32F2: hue angle of 282.81º degrees, saturation: 0.88, 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 #BB32F2 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 50 | 242 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.05 |
| HSL | 282.81º | 0.88% | 0.57% | - |
| HSV(B) | 282.81º | 0.79% | 0.95% | - |
| XYZ | 37.66 | 19.26 | 85.74 | - |
| YUV | 112.85 | 200.89 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 242 | 0.23 | 0.79 | 0 | 0.05 | 282.81 | 0.88 | 0.57 |
| Hex | BB | 32 | F2 | 17 | 4F | 0 | 5 | 11B | 58 | 39 |
| Octal | 273 | 62 | 362 | 27 | 117 | 0 | 5 | 433 | 130 | 71 |
| Binary | 10111011 | 110010 | 11110010 | 10111 | 1001111 | 0 | 101 | 100011011 | 1011000 | 111001 |
Color Harmonies of #BB32F2
Complementary color
Monochromatic Colors of #BB32F2
Black with #BB32F2
Text Example
Text Example
White with #BB32F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32F2; }
p { color: rgb(187,50,242); }
H1.HeaderClassName
{
color: #BB32F2;
}
.AnyTagClassName
{
color: #BB32F2;
}
</style>
background-color css
<style>
a { background-color: #BB32F2; }
a { background-color: rgb(187,50,242); }
div.DivClassName
{
background-color: #BB32F2;
}
.BgClassName
{
background-color: #BB32F2;
}
</style>
border-color css
<style>
span { border-color: #BB32F2; }
span { border-color: rgb(187,50,242); }
td.TdClassName
{
border-color: #BB32F2;
}
.TagClassName
{
border-color: #BB32F2;
}
</style>