Shades of Medium Orchid #B945FB
Tints of Medium Orchid #B945FB
RGB
CMYK
RGB Variations
Color information
#B945FB (or 0xB945FB) is known color: Medium Orchid. HEX triplet: B9, 45 and FB. RGB value is (185,69,251). Sum of RGB (Red+Green+Blue) = 185+69+251=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #B945FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945FB is #46BA04. Grayscale: #7B7B7B. Windows color (decimal): -4635141 or 16467385. OLE color: 16467385.
HSL color Cylindrical-coordinate representation of color #B945FB: hue angle of 278.24º 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 #B945FB is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 69 | 251 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.02 |
| HSL | 278.24º | 0.96% | 0.63% | - |
| HSV(B) | 278.24º | 0.73% | 0.98% | - |
| XYZ | 39.55 | 21.54 | 93.34 | - |
| YUV | 124.43 | 199.43 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 251 | 0.26 | 0.73 | 0 | 0.02 | 278.24 | 0.96 | 0.63 |
| Hex | B9 | 45 | FB | 1A | 49 | 0 | 2 | 116 | 60 | 3F |
| Octal | 271 | 105 | 373 | 32 | 111 | 0 | 2 | 426 | 140 | 77 |
| Binary | 10111001 | 1000101 | 11111011 | 11010 | 1001001 | 0 | 10 | 100010110 | 1100000 | 111111 |
Color Harmonies of #B945FB
Complementary color
Monochromatic Colors of #B945FB
Black with #B945FB
Text Example
Text Example
White with #B945FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945FB; }
p { color: rgb(185,69,251); }
H1.HeaderClassName
{
color: #B945FB;
}
.AnyTagClassName
{
color: #B945FB;
}
</style>
background-color css
<style>
a { background-color: #B945FB; }
a { background-color: rgb(185,69,251); }
div.DivClassName
{
background-color: #B945FB;
}
.BgClassName
{
background-color: #B945FB;
}
</style>
border-color css
<style>
span { border-color: #B945FB; }
span { border-color: rgb(185,69,251); }
td.TdClassName
{
border-color: #B945FB;
}
.TagClassName
{
border-color: #B945FB;
}
</style>