Shades of Medium Orchid #B945F8
Tints of Medium Orchid #B945F8
RGB
CMYK
RGB Variations
Color information
#B945F8 (or 0xB945F8) is known color: Medium Orchid. HEX triplet: B9, 45 and F8. RGB value is (185,69,248). Sum of RGB (Red+Green+Blue) = 185+69+248=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #B945F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945F8 is #46BA07. Grayscale: #7B7B7B. Windows color (decimal): -4635144 or 16270777. OLE color: 16270777.
HSL color Cylindrical-coordinate representation of color #B945F8: hue angle of 278.88º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B945F8 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 69 | 248 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.03 |
| HSL | 278.88º | 0.93% | 0.62% | - |
| HSV(B) | 278.88º | 0.72% | 0.97% | - |
| XYZ | 39.08 | 21.35 | 90.87 | - |
| YUV | 124.09 | 197.93 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 248 | 0.25 | 0.72 | 0 | 0.03 | 278.88 | 0.93 | 0.62 |
| Hex | B9 | 45 | F8 | 19 | 48 | 0 | 3 | 117 | 5D | 3E |
| Octal | 271 | 105 | 370 | 31 | 110 | 0 | 3 | 427 | 135 | 76 |
| Binary | 10111001 | 1000101 | 11111000 | 11001 | 1001000 | 0 | 11 | 100010111 | 1011101 | 111110 |
Color Harmonies of #B945F8
Complementary color
Monochromatic Colors of #B945F8
Black with #B945F8
Text Example
Text Example
White with #B945F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945F8; }
p { color: rgb(185,69,248); }
H1.HeaderClassName
{
color: #B945F8;
}
.AnyTagClassName
{
color: #B945F8;
}
</style>
background-color css
<style>
a { background-color: #B945F8; }
a { background-color: rgb(185,69,248); }
div.DivClassName
{
background-color: #B945F8;
}
.BgClassName
{
background-color: #B945F8;
}
</style>
border-color css
<style>
span { border-color: #B945F8; }
span { border-color: rgb(185,69,248); }
td.TdClassName
{
border-color: #B945F8;
}
.TagClassName
{
border-color: #B945F8;
}
</style>