Shades of Medium Orchid #BC45FB
Tints of Medium Orchid #BC45FB
RGB
CMYK
RGB Variations
Color information
#BC45FB (or 0xBC45FB) is known color: Medium Orchid. HEX triplet: BC, 45 and FB. RGB value is (188,69,251). Sum of RGB (Red+Green+Blue) = 188+69+251=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC45FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45FB is #43BA04. Grayscale: #7C7C7C. Windows color (decimal): -4438533 or 16467388. OLE color: 16467388.
HSL color Cylindrical-coordinate representation of color #BC45FB: hue angle of 279.23º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC45FB is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 69 | 251 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.02 |
| HSL | 279.23º | 0.96% | 0.63% | - |
| HSV(B) | 279.23º | 0.73% | 0.98% | - |
| XYZ | 40.28 | 21.91 | 93.37 | - |
| YUV | 125.33 | 198.92 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 251 | 0.25 | 0.73 | 0 | 0.02 | 279.23 | 0.96 | 0.63 |
| Hex | BC | 45 | FB | 19 | 49 | 0 | 2 | 117 | 60 | 3F |
| Octal | 274 | 105 | 373 | 31 | 111 | 0 | 2 | 427 | 140 | 77 |
| Binary | 10111100 | 1000101 | 11111011 | 11001 | 1001001 | 0 | 10 | 100010111 | 1100000 | 111111 |
Color Harmonies of #BC45FB
Complementary color
Monochromatic Colors of #BC45FB
Black with #BC45FB
Text Example
Text Example
White with #BC45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45FB; }
p { color: rgb(188,69,251); }
H1.HeaderClassName
{
color: #BC45FB;
}
.AnyTagClassName
{
color: #BC45FB;
}
</style>
background-color css
<style>
a { background-color: #BC45FB; }
a { background-color: rgb(188,69,251); }
div.DivClassName
{
background-color: #BC45FB;
}
.BgClassName
{
background-color: #BC45FB;
}
</style>
border-color css
<style>
span { border-color: #BC45FB; }
span { border-color: rgb(188,69,251); }
td.TdClassName
{
border-color: #BC45FB;
}
.TagClassName
{
border-color: #BC45FB;
}
</style>