Shades of Medium Orchid #B063EE
Tints of Medium Orchid #B063EE
RGB
CMYK
RGB Variations
Color information
#B063EE (or 0xB063EE) is known color: Medium Orchid. HEX triplet: B0, 63 and EE. RGB value is (176,99,238). Sum of RGB (Red+Green+Blue) = 176+99+238=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #B063EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B063EE is #4F9C11. Grayscale: #898989. Windows color (decimal): -5217298 or 15623088. OLE color: 15623088.
HSL color Cylindrical-coordinate representation of color #B063EE: hue angle of 273.24º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B063EE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 99 | 238 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.07 |
| HSL | 273.24º | 0.8% | 0.66% | - |
| HSV(B) | 273.24º | 0.58% | 0.93% | - |
| XYZ | 37.8 | 24.33 | 83.59 | - |
| YUV | 137.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 238 | 0.26 | 0.58 | 0 | 0.07 | 273.24 | 0.8 | 0.66 |
| Hex | B0 | 63 | EE | 1A | 3A | 0 | 7 | 111 | 50 | 42 |
| Octal | 260 | 143 | 356 | 32 | 72 | 0 | 7 | 421 | 120 | 102 |
| Binary | 10110000 | 1100011 | 11101110 | 11010 | 111010 | 0 | 111 | 100010001 | 1010000 | 1000010 |
Color Harmonies of #B063EE
Complementary color
Monochromatic Colors of #B063EE
Black with #B063EE
Text Example
Text Example
White with #B063EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063EE; }
p { color: rgb(176,99,238); }
H1.HeaderClassName
{
color: #B063EE;
}
.AnyTagClassName
{
color: #B063EE;
}
</style>
background-color css
<style>
a { background-color: #B063EE; }
a { background-color: rgb(176,99,238); }
div.DivClassName
{
background-color: #B063EE;
}
.BgClassName
{
background-color: #B063EE;
}
</style>
border-color css
<style>
span { border-color: #B063EE; }
span { border-color: rgb(176,99,238); }
td.TdClassName
{
border-color: #B063EE;
}
.TagClassName
{
border-color: #B063EE;
}
</style>