Shades of Medium Orchid #B945D6
Tints of Medium Orchid #B945D6
RGB
CMYK
RGB Variations
Color information
#B945D6 (or 0xB945D6) is known color: Medium Orchid. HEX triplet: B9, 45 and D6. RGB value is (185,69,214). Sum of RGB (Red+Green+Blue) = 185+69+214=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #B945D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945D6 is #46BA29. Grayscale: #777777. Windows color (decimal): -4635178 or 14042553. OLE color: 14042553.
HSL color Cylindrical-coordinate representation of color #B945D6: hue angle of 288º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B945D6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 69 | 214 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.16 |
| HSL | 288º | 0.64% | 0.55% | - |
| HSV(B) | 288º | 0.68% | 0.84% | - |
| XYZ | 34.27 | 19.43 | 65.56 | - |
| YUV | 120.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 214 | 0.14 | 0.68 | 0 | 0.16 | 288 | 0.64 | 0.55 |
| Hex | B9 | 45 | D6 | E | 44 | 0 | 10 | 120 | 40 | 37 |
| Octal | 271 | 105 | 326 | 16 | 104 | 0 | 20 | 440 | 100 | 67 |
| Binary | 10111001 | 1000101 | 11010110 | 1110 | 1000100 | 0 | 10000 | 100100000 | 1000000 | 110111 |
Color Harmonies of #B945D6
Complementary color
Monochromatic Colors of #B945D6
Black with #B945D6
Text Example
Text Example
White with #B945D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945D6; }
p { color: rgb(185,69,214); }
H1.HeaderClassName
{
color: #B945D6;
}
.AnyTagClassName
{
color: #B945D6;
}
</style>
background-color css
<style>
a { background-color: #B945D6; }
a { background-color: rgb(185,69,214); }
div.DivClassName
{
background-color: #B945D6;
}
.BgClassName
{
background-color: #B945D6;
}
</style>
border-color css
<style>
span { border-color: #B945D6; }
span { border-color: rgb(185,69,214); }
td.TdClassName
{
border-color: #B945D6;
}
.TagClassName
{
border-color: #B945D6;
}
</style>