Shades of Medium Orchid #B63AFB
Tints of Medium Orchid #B63AFB
RGB
CMYK
RGB Variations
Color information
#B63AFB (or 0xB63AFB) is known color: Medium Orchid. HEX triplet: B6, 3A and FB. RGB value is (182,58,251). Sum of RGB (Red+Green+Blue) = 182+58+251=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #B63AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AFB is #49C504. Grayscale: #747474. Windows color (decimal): -4834565 or 16464566. OLE color: 16464566.
HSL color Cylindrical-coordinate representation of color #B63AFB: hue angle of 278.55º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63AFB is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 58 | 251 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.02 |
| HSL | 278.55º | 0.96% | 0.61% | - |
| HSV(B) | 278.55º | 0.77% | 0.98% | - |
| XYZ | 38.22 | 19.94 | 93.1 | - |
| YUV | 117.08 | 203.58 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 251 | 0.27 | 0.77 | 0 | 0.02 | 278.55 | 0.96 | 0.61 |
| Hex | B6 | 3A | FB | 1B | 4D | 0 | 2 | 117 | 60 | 3D |
| Octal | 266 | 72 | 373 | 33 | 115 | 0 | 2 | 427 | 140 | 75 |
| Binary | 10110110 | 111010 | 11111011 | 11011 | 1001101 | 0 | 10 | 100010111 | 1100000 | 111101 |
Color Harmonies of #B63AFB
Complementary color
Monochromatic Colors of #B63AFB
Black with #B63AFB
Text Example
Text Example
White with #B63AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AFB; }
p { color: rgb(182,58,251); }
H1.HeaderClassName
{
color: #B63AFB;
}
.AnyTagClassName
{
color: #B63AFB;
}
</style>
background-color css
<style>
a { background-color: #B63AFB; }
a { background-color: rgb(182,58,251); }
div.DivClassName
{
background-color: #B63AFB;
}
.BgClassName
{
background-color: #B63AFB;
}
</style>
border-color css
<style>
span { border-color: #B63AFB; }
span { border-color: rgb(182,58,251); }
td.TdClassName
{
border-color: #B63AFB;
}
.TagClassName
{
border-color: #B63AFB;
}
</style>