Shades of Medium Orchid #B365EA
Tints of Medium Orchid #B365EA
RGB
CMYK
RGB Variations
Color information
#B365EA (or 0xB365EA) is known color: Medium Orchid. HEX triplet: B3, 65 and EA. RGB value is (179,101,234). Sum of RGB (Red+Green+Blue) = 179+101+234=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #B365EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365EA is #4C9A15. Grayscale: #8B8B8B. Windows color (decimal): -5020182 or 15361459. OLE color: 15361459.
HSL color Cylindrical-coordinate representation of color #B365EA: hue angle of 275.19º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B365EA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 101 | 234 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.08 |
| HSL | 275.19º | 0.76% | 0.66% | - |
| HSV(B) | 275.19º | 0.57% | 0.92% | - |
| XYZ | 38.1 | 24.83 | 80.63 | - |
| YUV | 139.48 | 181.34 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 234 | 0.24 | 0.57 | 0 | 0.08 | 275.19 | 0.76 | 0.66 |
| Hex | B3 | 65 | EA | 18 | 39 | 0 | 8 | 113 | 4C | 42 |
| Octal | 263 | 145 | 352 | 30 | 71 | 0 | 10 | 423 | 114 | 102 |
| Binary | 10110011 | 1100101 | 11101010 | 11000 | 111001 | 0 | 1000 | 100010011 | 1001100 | 1000010 |
Color Harmonies of #B365EA
Complementary color
Monochromatic Colors of #B365EA
Black with #B365EA
Text Example
Text Example
White with #B365EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365EA; }
p { color: rgb(179,101,234); }
H1.HeaderClassName
{
color: #B365EA;
}
.AnyTagClassName
{
color: #B365EA;
}
</style>
background-color css
<style>
a { background-color: #B365EA; }
a { background-color: rgb(179,101,234); }
div.DivClassName
{
background-color: #B365EA;
}
.BgClassName
{
background-color: #B365EA;
}
</style>
border-color css
<style>
span { border-color: #B365EA; }
span { border-color: rgb(179,101,234); }
td.TdClassName
{
border-color: #B365EA;
}
.TagClassName
{
border-color: #B365EA;
}
</style>