Shades of Medium Orchid #B365D8
Tints of Medium Orchid #B365D8
RGB
CMYK
RGB Variations
Color information
#B365D8 (or 0xB365D8) is known color: Medium Orchid. HEX triplet: B3, 65 and D8. RGB value is (179,101,216). Sum of RGB (Red+Green+Blue) = 179+101+216=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #B365D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365D8 is #4C9A27. Grayscale: #898989. Windows color (decimal): -5020200 or 14181811. OLE color: 14181811.
HSL color Cylindrical-coordinate representation of color #B365D8: hue angle of 280.7º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B365D8 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 101 | 216 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.15 |
| HSL | 280.7º | 0.6% | 0.62% | - |
| HSV(B) | 280.7º | 0.53% | 0.85% | - |
| XYZ | 35.64 | 23.85 | 67.69 | - |
| YUV | 137.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 216 | 0.17 | 0.53 | 0 | 0.15 | 280.7 | 0.6 | 0.62 |
| Hex | B3 | 65 | D8 | 11 | 35 | 0 | F | 119 | 3C | 3E |
| Octal | 263 | 145 | 330 | 21 | 65 | 0 | 17 | 431 | 74 | 76 |
| Binary | 10110011 | 1100101 | 11011000 | 10001 | 110101 | 0 | 1111 | 100011001 | 111100 | 111110 |
Color Harmonies of #B365D8
Complementary color
Monochromatic Colors of #B365D8
Black with #B365D8
Text Example
Text Example
White with #B365D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365D8; }
p { color: rgb(179,101,216); }
H1.HeaderClassName
{
color: #B365D8;
}
.AnyTagClassName
{
color: #B365D8;
}
</style>
background-color css
<style>
a { background-color: #B365D8; }
a { background-color: rgb(179,101,216); }
div.DivClassName
{
background-color: #B365D8;
}
.BgClassName
{
background-color: #B365D8;
}
</style>
border-color css
<style>
span { border-color: #B365D8; }
span { border-color: rgb(179,101,216); }
td.TdClassName
{
border-color: #B365D8;
}
.TagClassName
{
border-color: #B365D8;
}
</style>