Shades of Medium Orchid #B365DC
Tints of Medium Orchid #B365DC
RGB
CMYK
RGB Variations
Color information
#B365DC (or 0xB365DC) is known color: Medium Orchid. HEX triplet: B3, 65 and DC. RGB value is (179,101,220). Sum of RGB (Red+Green+Blue) = 179+101+220=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #B365DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365DC is #4C9A23. Grayscale: #898989. Windows color (decimal): -5020196 or 14443955. OLE color: 14443955.
HSL color Cylindrical-coordinate representation of color #B365DC: hue angle of 279.33º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B365DC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 101 | 220 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.14 |
| HSL | 279.33º | 0.63% | 0.63% | - |
| HSV(B) | 279.33º | 0.54% | 0.86% | - |
| XYZ | 36.16 | 24.06 | 70.45 | - |
| YUV | 137.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 220 | 0.19 | 0.54 | 0 | 0.14 | 279.33 | 0.63 | 0.63 |
| Hex | B3 | 65 | DC | 13 | 36 | 0 | E | 117 | 3F | 3F |
| Octal | 263 | 145 | 334 | 23 | 66 | 0 | 16 | 427 | 77 | 77 |
| Binary | 10110011 | 1100101 | 11011100 | 10011 | 110110 | 0 | 1110 | 100010111 | 111111 | 111111 |
Color Harmonies of #B365DC
Complementary color
Monochromatic Colors of #B365DC
Black with #B365DC
Text Example
Text Example
White with #B365DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365DC; }
p { color: rgb(179,101,220); }
H1.HeaderClassName
{
color: #B365DC;
}
.AnyTagClassName
{
color: #B365DC;
}
</style>
background-color css
<style>
a { background-color: #B365DC; }
a { background-color: rgb(179,101,220); }
div.DivClassName
{
background-color: #B365DC;
}
.BgClassName
{
background-color: #B365DC;
}
</style>
border-color css
<style>
span { border-color: #B365DC; }
span { border-color: rgb(179,101,220); }
td.TdClassName
{
border-color: #B365DC;
}
.TagClassName
{
border-color: #B365DC;
}
</style>