Shades of Medium Orchid #B065E4
Tints of Medium Orchid #B065E4
RGB
CMYK
RGB Variations
Color information
#B065E4 (or 0xB065E4) is known color: Medium Orchid. HEX triplet: B0, 65 and E4. RGB value is (176,101,228). Sum of RGB (Red+Green+Blue) = 176+101+228=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #B065E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065E4 is #4F9A1B. Grayscale: #898989. Windows color (decimal): -5216796 or 14968240. OLE color: 14968240.
HSL color Cylindrical-coordinate representation of color #B065E4: hue angle of 275.43º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B065E4 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 101 | 228 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.11 |
| HSL | 275.43º | 0.7% | 0.65% | - |
| HSV(B) | 275.43º | 0.56% | 0.89% | - |
| XYZ | 36.56 | 24.14 | 76.13 | - |
| YUV | 137.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 228 | 0.23 | 0.56 | 0 | 0.11 | 275.43 | 0.7 | 0.65 |
| Hex | B0 | 65 | E4 | 17 | 38 | 0 | B | 113 | 46 | 41 |
| Octal | 260 | 145 | 344 | 27 | 70 | 0 | 13 | 423 | 106 | 101 |
| Binary | 10110000 | 1100101 | 11100100 | 10111 | 111000 | 0 | 1011 | 100010011 | 1000110 | 1000001 |
Color Harmonies of #B065E4
Complementary color
Monochromatic Colors of #B065E4
Black with #B065E4
Text Example
Text Example
White with #B065E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065E4; }
p { color: rgb(176,101,228); }
H1.HeaderClassName
{
color: #B065E4;
}
.AnyTagClassName
{
color: #B065E4;
}
</style>
background-color css
<style>
a { background-color: #B065E4; }
a { background-color: rgb(176,101,228); }
div.DivClassName
{
background-color: #B065E4;
}
.BgClassName
{
background-color: #B065E4;
}
</style>
border-color css
<style>
span { border-color: #B065E4; }
span { border-color: rgb(176,101,228); }
td.TdClassName
{
border-color: #B065E4;
}
.TagClassName
{
border-color: #B065E4;
}
</style>