Shades of Medium Orchid #BB4AF3
Tints of Medium Orchid #BB4AF3
RGB
CMYK
RGB Variations
Color information
#BB4AF3 (or 0xBB4AF3) is known color: Medium Orchid. HEX triplet: BB, 4A and F3. RGB value is (187,74,243). Sum of RGB (Red+Green+Blue) = 187+74+243=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB4AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AF3 is #44B50C. Grayscale: #7E7E7E. Windows color (decimal): -4502797 or 15944379. OLE color: 15944379.
HSL color Cylindrical-coordinate representation of color #BB4AF3: hue angle of 280.12º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4AF3 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 74 | 243 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.05 |
| HSL | 280.12º | 0.88% | 0.62% | - |
| HSV(B) | 280.12º | 0.7% | 0.95% | - |
| XYZ | 39.12 | 21.93 | 86.97 | - |
| YUV | 127.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 243 | 0.23 | 0.70 | 0 | 0.05 | 280.12 | 0.88 | 0.62 |
| Hex | BB | 4A | F3 | 17 | 46 | 0 | 5 | 118 | 58 | 3E |
| Octal | 273 | 112 | 363 | 27 | 106 | 0 | 5 | 430 | 130 | 76 |
| Binary | 10111011 | 1001010 | 11110011 | 10111 | 1000110 | 0 | 101 | 100011000 | 1011000 | 111110 |
Color Harmonies of #BB4AF3
Complementary color
Monochromatic Colors of #BB4AF3
Black with #BB4AF3
Text Example
Text Example
White with #BB4AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AF3; }
p { color: rgb(187,74,243); }
H1.HeaderClassName
{
color: #BB4AF3;
}
.AnyTagClassName
{
color: #BB4AF3;
}
</style>
background-color css
<style>
a { background-color: #BB4AF3; }
a { background-color: rgb(187,74,243); }
div.DivClassName
{
background-color: #BB4AF3;
}
.BgClassName
{
background-color: #BB4AF3;
}
</style>
border-color css
<style>
span { border-color: #BB4AF3; }
span { border-color: rgb(187,74,243); }
td.TdClassName
{
border-color: #BB4AF3;
}
.TagClassName
{
border-color: #BB4AF3;
}
</style>