Shades of Medium Orchid #BB3ACF
Tints of Medium Orchid #BB3ACF
RGB
CMYK
RGB Variations
Color information
#BB3ACF (or 0xBB3ACF) is known color: Medium Orchid. HEX triplet: BB, 3A and CF. RGB value is (187,58,207). Sum of RGB (Red+Green+Blue) = 187+58+207=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB3ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ACF is #44C530. Grayscale: #717171. Windows color (decimal): -4506929 or 13580987. OLE color: 13580987.
HSL color Cylindrical-coordinate representation of color #BB3ACF: hue angle of 291.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3ACF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 58 | 207 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.19 |
| HSL | 291.95º | 0.61% | 0.52% | - |
| HSV(B) | 291.95º | 0.72% | 0.81% | - |
| XYZ | 33.27 | 18.1 | 60.77 | - |
| YUV | 113.56 | 180.74 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 207 | 0.10 | 0.72 | 0 | 0.19 | 291.95 | 0.61 | 0.52 |
| Hex | BB | 3A | CF | A | 48 | 0 | 13 | 124 | 3D | 34 |
| Octal | 273 | 72 | 317 | 12 | 110 | 0 | 23 | 444 | 75 | 64 |
| Binary | 10111011 | 111010 | 11001111 | 1010 | 1001000 | 0 | 10011 | 100100100 | 111101 | 110100 |
Color Harmonies of #BB3ACF
Complementary color
Monochromatic Colors of #BB3ACF
Black with #BB3ACF
Text Example
Text Example
White with #BB3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3ACF; }
p { color: rgb(187,58,207); }
H1.HeaderClassName
{
color: #BB3ACF;
}
.AnyTagClassName
{
color: #BB3ACF;
}
</style>
background-color css
<style>
a { background-color: #BB3ACF; }
a { background-color: rgb(187,58,207); }
div.DivClassName
{
background-color: #BB3ACF;
}
.BgClassName
{
background-color: #BB3ACF;
}
</style>
border-color css
<style>
span { border-color: #BB3ACF; }
span { border-color: rgb(187,58,207); }
td.TdClassName
{
border-color: #BB3ACF;
}
.TagClassName
{
border-color: #BB3ACF;
}
</style>