Shades of Medium Orchid #B345DF
Tints of Medium Orchid #B345DF
RGB
CMYK
RGB Variations
Color information
#B345DF (or 0xB345DF) is known color: Medium Orchid. HEX triplet: B3, 45 and DF. RGB value is (179,69,223). Sum of RGB (Red+Green+Blue) = 179+69+223=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #B345DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345DF is #4CBA20. Grayscale: #767676. Windows color (decimal): -5028385 or 14632371. OLE color: 14632371.
HSL color Cylindrical-coordinate representation of color #B345DF: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B345DF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 69 | 223 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.13 |
| HSL | 282.86º | 0.71% | 0.57% | - |
| HSV(B) | 282.86º | 0.69% | 0.87% | - |
| XYZ | 34.04 | 19.17 | 71.72 | - |
| YUV | 119.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 223 | 0.20 | 0.69 | 0 | 0.13 | 282.86 | 0.71 | 0.57 |
| Hex | B3 | 45 | DF | 14 | 45 | 0 | D | 11B | 47 | 39 |
| Octal | 263 | 105 | 337 | 24 | 105 | 0 | 15 | 433 | 107 | 71 |
| Binary | 10110011 | 1000101 | 11011111 | 10100 | 1000101 | 0 | 1101 | 100011011 | 1000111 | 111001 |
Color Harmonies of #B345DF
Complementary color
Monochromatic Colors of #B345DF
Black with #B345DF
Text Example
Text Example
White with #B345DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B345DF; }
p { color: rgb(179,69,223); }
H1.HeaderClassName
{
color: #B345DF;
}
.AnyTagClassName
{
color: #B345DF;
}
</style>
background-color css
<style>
a { background-color: #B345DF; }
a { background-color: rgb(179,69,223); }
div.DivClassName
{
background-color: #B345DF;
}
.BgClassName
{
background-color: #B345DF;
}
</style>
border-color css
<style>
span { border-color: #B345DF; }
span { border-color: rgb(179,69,223); }
td.TdClassName
{
border-color: #B345DF;
}
.TagClassName
{
border-color: #B345DF;
}
</style>