Shades of Medium Orchid #B945DA
Tints of Medium Orchid #B945DA
RGB
CMYK
RGB Variations
Color information
#B945DA (or 0xB945DA) is known color: Medium Orchid. HEX triplet: B9, 45 and DA. RGB value is (185,69,218). Sum of RGB (Red+Green+Blue) = 185+69+218=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #B945DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945DA is #46BA25. Grayscale: #787878. Windows color (decimal): -4635174 or 14304697. OLE color: 14304697.
HSL color Cylindrical-coordinate representation of color #B945DA: hue angle of 286.71º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B945DA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 69 | 218 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.15 |
| HSL | 286.71º | 0.67% | 0.56% | - |
| HSV(B) | 286.71º | 0.68% | 0.85% | - |
| XYZ | 34.79 | 19.63 | 68.29 | - |
| YUV | 120.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 218 | 0.15 | 0.68 | 0 | 0.15 | 286.71 | 0.67 | 0.56 |
| Hex | B9 | 45 | DA | F | 44 | 0 | F | 11F | 43 | 38 |
| Octal | 271 | 105 | 332 | 17 | 104 | 0 | 17 | 437 | 103 | 70 |
| Binary | 10111001 | 1000101 | 11011010 | 1111 | 1000100 | 0 | 1111 | 100011111 | 1000011 | 111000 |
Color Harmonies of #B945DA
Complementary color
Monochromatic Colors of #B945DA
Black with #B945DA
Text Example
Text Example
White with #B945DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945DA; }
p { color: rgb(185,69,218); }
H1.HeaderClassName
{
color: #B945DA;
}
.AnyTagClassName
{
color: #B945DA;
}
</style>
background-color css
<style>
a { background-color: #B945DA; }
a { background-color: rgb(185,69,218); }
div.DivClassName
{
background-color: #B945DA;
}
.BgClassName
{
background-color: #B945DA;
}
</style>
border-color css
<style>
span { border-color: #B945DA; }
span { border-color: rgb(185,69,218); }
td.TdClassName
{
border-color: #B945DA;
}
.TagClassName
{
border-color: #B945DA;
}
</style>