Shades of Medium Orchid #B365DF
Tints of Medium Orchid #B365DF
RGB
CMYK
RGB Variations
Color information
#B365DF (or 0xB365DF) is known color: Medium Orchid. HEX triplet: B3, 65 and DF. RGB value is (179,101,223). Sum of RGB (Red+Green+Blue) = 179+101+223=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #B365DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365DF is #4C9A20. Grayscale: #898989. Windows color (decimal): -5020193 or 14640563. OLE color: 14640563.
HSL color Cylindrical-coordinate representation of color #B365DF: hue angle of 278.36º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B365DF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 101 | 223 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.13 |
| HSL | 278.36º | 0.66% | 0.64% | - |
| HSV(B) | 278.36º | 0.55% | 0.87% | - |
| XYZ | 36.56 | 24.22 | 72.56 | - |
| YUV | 138.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 223 | 0.20 | 0.55 | 0 | 0.13 | 278.36 | 0.66 | 0.64 |
| Hex | B3 | 65 | DF | 14 | 37 | 0 | D | 116 | 42 | 40 |
| Octal | 263 | 145 | 337 | 24 | 67 | 0 | 15 | 426 | 102 | 100 |
| Binary | 10110011 | 1100101 | 11011111 | 10100 | 110111 | 0 | 1101 | 100010110 | 1000010 | 1000000 |
Color Harmonies of #B365DF
Complementary color
Monochromatic Colors of #B365DF
Black with #B365DF
Text Example
Text Example
White with #B365DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365DF; }
p { color: rgb(179,101,223); }
H1.HeaderClassName
{
color: #B365DF;
}
.AnyTagClassName
{
color: #B365DF;
}
</style>
background-color css
<style>
a { background-color: #B365DF; }
a { background-color: rgb(179,101,223); }
div.DivClassName
{
background-color: #B365DF;
}
.BgClassName
{
background-color: #B365DF;
}
</style>
border-color css
<style>
span { border-color: #B365DF; }
span { border-color: rgb(179,101,223); }
td.TdClassName
{
border-color: #B365DF;
}
.TagClassName
{
border-color: #B365DF;
}
</style>