Shades of Medium Orchid #B063CC
Tints of Medium Orchid #B063CC
RGB
CMYK
RGB Variations
Color information
#B063CC (or 0xB063CC) is known color: Medium Orchid. HEX triplet: B0, 63 and CC. RGB value is (176,99,204). Sum of RGB (Red+Green+Blue) = 176+99+204=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B063CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063CC is #4F9C33. Grayscale: #858585. Windows color (decimal): -5217332 or 13394864. OLE color: 13394864.
HSL color Cylindrical-coordinate representation of color #B063CC: hue angle of 284º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B063CC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 99 | 204 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.2 |
| HSL | 284º | 0.51% | 0.59% | - |
| HSV(B) | 284º | 0.51% | 0.8% | - |
| XYZ | 33.27 | 22.51 | 59.72 | - |
| YUV | 133.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 204 | 0.14 | 0.51 | 0 | 0.2 | 284 | 0.51 | 0.59 |
| Hex | B0 | 63 | CC | E | 33 | 0 | 14 | 11C | 33 | 3B |
| Octal | 260 | 143 | 314 | 16 | 63 | 0 | 24 | 434 | 63 | 73 |
| Binary | 10110000 | 1100011 | 11001100 | 1110 | 110011 | 0 | 10100 | 100011100 | 110011 | 111011 |
Color Harmonies of #B063CC
Complementary color
Monochromatic Colors of #B063CC
Black with #B063CC
Text Example
Text Example
White with #B063CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063CC; }
p { color: rgb(176,99,204); }
H1.HeaderClassName
{
color: #B063CC;
}
.AnyTagClassName
{
color: #B063CC;
}
</style>
background-color css
<style>
a { background-color: #B063CC; }
a { background-color: rgb(176,99,204); }
div.DivClassName
{
background-color: #B063CC;
}
.BgClassName
{
background-color: #B063CC;
}
</style>
border-color css
<style>
span { border-color: #B063CC; }
span { border-color: rgb(176,99,204); }
td.TdClassName
{
border-color: #B063CC;
}
.TagClassName
{
border-color: #B063CC;
}
</style>