Shades of Medium Orchid #BB3AF1
Tints of Medium Orchid #BB3AF1
RGB
CMYK
RGB Variations
Color information
#BB3AF1 (or 0xBB3AF1) is known color: Medium Orchid. HEX triplet: BB, 3A and F1. RGB value is (187,58,241). Sum of RGB (Red+Green+Blue) = 187+58+241=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB3AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3AF1 is #44C50E. Grayscale: #747474. Windows color (decimal): -4506895 or 15809211. OLE color: 15809211.
HSL color Cylindrical-coordinate representation of color #BB3AF1: hue angle of 282.3º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB3AF1 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 58 | 241 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.05 |
| HSL | 282.3º | 0.87% | 0.59% | - |
| HSV(B) | 282.3º | 0.76% | 0.95% | - |
| XYZ | 37.88 | 19.94 | 85.07 | - |
| YUV | 117.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 241 | 0.22 | 0.76 | 0 | 0.05 | 282.3 | 0.87 | 0.59 |
| Hex | BB | 3A | F1 | 16 | 4C | 0 | 5 | 11A | 57 | 3B |
| Octal | 273 | 72 | 361 | 26 | 114 | 0 | 5 | 432 | 127 | 73 |
| Binary | 10111011 | 111010 | 11110001 | 10110 | 1001100 | 0 | 101 | 100011010 | 1010111 | 111011 |
Color Harmonies of #BB3AF1
Complementary color
Monochromatic Colors of #BB3AF1
Black with #BB3AF1
Text Example
Text Example
White with #BB3AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3AF1; }
p { color: rgb(187,58,241); }
H1.HeaderClassName
{
color: #BB3AF1;
}
.AnyTagClassName
{
color: #BB3AF1;
}
</style>
background-color css
<style>
a { background-color: #BB3AF1; }
a { background-color: rgb(187,58,241); }
div.DivClassName
{
background-color: #BB3AF1;
}
.BgClassName
{
background-color: #BB3AF1;
}
</style>
border-color css
<style>
span { border-color: #BB3AF1; }
span { border-color: rgb(187,58,241); }
td.TdClassName
{
border-color: #BB3AF1;
}
.TagClassName
{
border-color: #BB3AF1;
}
</style>