Shades of Medium Orchid #B943CF
Tints of Medium Orchid #B943CF
RGB
CMYK
RGB Variations
Color information
#B943CF (or 0xB943CF) is known color: Medium Orchid. HEX triplet: B9, 43 and CF. RGB value is (185,67,207). Sum of RGB (Red+Green+Blue) = 185+67+207=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B943CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943CF is #46BC30. Grayscale: #757575. Windows color (decimal): -4635697 or 13583289. OLE color: 13583289.
HSL color Cylindrical-coordinate representation of color #B943CF: hue angle of 290.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B943CF is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 67 | 207 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.19 |
| HSL | 290.57º | 0.59% | 0.54% | - |
| HSV(B) | 290.57º | 0.68% | 0.81% | - |
| XYZ | 33.28 | 18.83 | 60.91 | - |
| YUV | 118.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 207 | 0.11 | 0.68 | 0 | 0.19 | 290.57 | 0.59 | 0.54 |
| Hex | B9 | 43 | CF | B | 44 | 0 | 13 | 123 | 3B | 36 |
| Octal | 271 | 103 | 317 | 13 | 104 | 0 | 23 | 443 | 73 | 66 |
| Binary | 10111001 | 1000011 | 11001111 | 1011 | 1000100 | 0 | 10011 | 100100011 | 111011 | 110110 |
Color Harmonies of #B943CF
Complementary color
Monochromatic Colors of #B943CF
Black with #B943CF
Text Example
Text Example
White with #B943CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B943CF; }
p { color: rgb(185,67,207); }
H1.HeaderClassName
{
color: #B943CF;
}
.AnyTagClassName
{
color: #B943CF;
}
</style>
background-color css
<style>
a { background-color: #B943CF; }
a { background-color: rgb(185,67,207); }
div.DivClassName
{
background-color: #B943CF;
}
.BgClassName
{
background-color: #B943CF;
}
</style>
border-color css
<style>
span { border-color: #B943CF; }
span { border-color: rgb(185,67,207); }
td.TdClassName
{
border-color: #B943CF;
}
.TagClassName
{
border-color: #B943CF;
}
</style>