Shades of Medium Orchid #B365CF
Tints of Medium Orchid #B365CF
RGB
CMYK
RGB Variations
Color information
#B365CF (or 0xB365CF) is known color: Medium Orchid. HEX triplet: B3, 65 and CF. RGB value is (179,101,207). Sum of RGB (Red+Green+Blue) = 179+101+207=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B365CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365CF is #4C9A30. Grayscale: #888888. Windows color (decimal): -5020209 or 13591987. OLE color: 13591987.
HSL color Cylindrical-coordinate representation of color #B365CF: hue angle of 284.15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B365CF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 101 | 207 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.19 |
| HSL | 284.15º | 0.52% | 0.6% | - |
| HSV(B) | 284.15º | 0.51% | 0.81% | - |
| XYZ | 34.51 | 23.4 | 61.73 | - |
| YUV | 136.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 207 | 0.14 | 0.51 | 0 | 0.19 | 284.15 | 0.52 | 0.6 |
| Hex | B3 | 65 | CF | E | 33 | 0 | 13 | 11C | 34 | 3C |
| Octal | 263 | 145 | 317 | 16 | 63 | 0 | 23 | 434 | 64 | 74 |
| Binary | 10110011 | 1100101 | 11001111 | 1110 | 110011 | 0 | 10011 | 100011100 | 110100 | 111100 |
Color Harmonies of #B365CF
Complementary color
Monochromatic Colors of #B365CF
Black with #B365CF
Text Example
Text Example
White with #B365CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365CF; }
p { color: rgb(179,101,207); }
H1.HeaderClassName
{
color: #B365CF;
}
.AnyTagClassName
{
color: #B365CF;
}
</style>
background-color css
<style>
a { background-color: #B365CF; }
a { background-color: rgb(179,101,207); }
div.DivClassName
{
background-color: #B365CF;
}
.BgClassName
{
background-color: #B365CF;
}
</style>
border-color css
<style>
span { border-color: #B365CF; }
span { border-color: rgb(179,101,207); }
td.TdClassName
{
border-color: #B365CF;
}
.TagClassName
{
border-color: #B365CF;
}
</style>