Shades of Medium Orchid #B943F7
Tints of Medium Orchid #B943F7
RGB
CMYK
RGB Variations
Color information
#B943F7 (or 0xB943F7) is known color: Medium Orchid. HEX triplet: B9, 43 and F7. RGB value is (185,67,247). Sum of RGB (Red+Green+Blue) = 185+67+247=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #B943F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B943F7 is #46BC08. Grayscale: #7A7A7A. Windows color (decimal): -4635657 or 16204729. OLE color: 16204729.
HSL color Cylindrical-coordinate representation of color #B943F7: hue angle of 279.33º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B943F7 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 67 | 247 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.03 |
| HSL | 279.33º | 0.92% | 0.62% | - |
| HSV(B) | 279.33º | 0.73% | 0.97% | - |
| XYZ | 38.8 | 21.04 | 90.01 | - |
| YUV | 122.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 247 | 0.25 | 0.73 | 0 | 0.03 | 279.33 | 0.92 | 0.62 |
| Hex | B9 | 43 | F7 | 19 | 49 | 0 | 3 | 117 | 5C | 3E |
| Octal | 271 | 103 | 367 | 31 | 111 | 0 | 3 | 427 | 134 | 76 |
| Binary | 10111001 | 1000011 | 11110111 | 11001 | 1001001 | 0 | 11 | 100010111 | 1011100 | 111110 |
Color Harmonies of #B943F7
Complementary color
Monochromatic Colors of #B943F7
Black with #B943F7
Text Example
Text Example
White with #B943F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B943F7; }
p { color: rgb(185,67,247); }
H1.HeaderClassName
{
color: #B943F7;
}
.AnyTagClassName
{
color: #B943F7;
}
</style>
background-color css
<style>
a { background-color: #B943F7; }
a { background-color: rgb(185,67,247); }
div.DivClassName
{
background-color: #B943F7;
}
.BgClassName
{
background-color: #B943F7;
}
</style>
border-color css
<style>
span { border-color: #B943F7; }
span { border-color: rgb(185,67,247); }
td.TdClassName
{
border-color: #B943F7;
}
.TagClassName
{
border-color: #B943F7;
}
</style>