Shades of Medium Orchid #B063E7
Tints of Medium Orchid #B063E7
RGB
CMYK
RGB Variations
Color information
#B063E7 (or 0xB063E7) is known color: Medium Orchid. HEX triplet: B0, 63 and E7. RGB value is (176,99,231). Sum of RGB (Red+Green+Blue) = 176+99+231=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #B063E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B063E7 is #4F9C18. Grayscale: #888888. Windows color (decimal): -5217305 or 15164336. OLE color: 15164336.
HSL color Cylindrical-coordinate representation of color #B063E7: hue angle of 275º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B063E7 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 99 | 231 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.09 |
| HSL | 275º | 0.73% | 0.65% | - |
| HSV(B) | 275º | 0.57% | 0.91% | - |
| XYZ | 36.79 | 23.92 | 78.28 | - |
| YUV | 137.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 231 | 0.24 | 0.57 | 0 | 0.09 | 275 | 0.73 | 0.65 |
| Hex | B0 | 63 | E7 | 18 | 39 | 0 | 9 | 113 | 49 | 41 |
| Octal | 260 | 143 | 347 | 30 | 71 | 0 | 11 | 423 | 111 | 101 |
| Binary | 10110000 | 1100011 | 11100111 | 11000 | 111001 | 0 | 1001 | 100010011 | 1001001 | 1000001 |
Color Harmonies of #B063E7
Complementary color
Monochromatic Colors of #B063E7
Black with #B063E7
Text Example
Text Example
White with #B063E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063E7; }
p { color: rgb(176,99,231); }
H1.HeaderClassName
{
color: #B063E7;
}
.AnyTagClassName
{
color: #B063E7;
}
</style>
background-color css
<style>
a { background-color: #B063E7; }
a { background-color: rgb(176,99,231); }
div.DivClassName
{
background-color: #B063E7;
}
.BgClassName
{
background-color: #B063E7;
}
</style>
border-color css
<style>
span { border-color: #B063E7; }
span { border-color: rgb(176,99,231); }
td.TdClassName
{
border-color: #B063E7;
}
.TagClassName
{
border-color: #B063E7;
}
</style>