Shades of Medium Orchid #B363FA
Tints of Medium Orchid #B363FA
RGB
CMYK
RGB Variations
Color information
#B363FA (or 0xB363FA) is known color: Medium Orchid. HEX triplet: B3, 63 and FA. RGB value is (179,99,250). Sum of RGB (Red+Green+Blue) = 179+99+250=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #B363FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363FA is #4C9C05. Grayscale: #8B8B8B. Windows color (decimal): -5020678 or 16409523. OLE color: 16409523.
HSL color Cylindrical-coordinate representation of color #B363FA: hue angle of 271.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B363FA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 99 | 250 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.02 |
| HSL | 271.79º | 0.94% | 0.68% | - |
| HSV(B) | 271.79º | 0.6% | 0.98% | - |
| XYZ | 40.31 | 25.41 | 93.22 | - |
| YUV | 140.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 250 | 0.28 | 0.60 | 0 | 0.02 | 271.79 | 0.94 | 0.68 |
| Hex | B3 | 63 | FA | 1C | 3C | 0 | 2 | 110 | 5E | 44 |
| Octal | 263 | 143 | 372 | 34 | 74 | 0 | 2 | 420 | 136 | 104 |
| Binary | 10110011 | 1100011 | 11111010 | 11100 | 111100 | 0 | 10 | 100010000 | 1011110 | 1000100 |
Color Harmonies of #B363FA
Complementary color
Monochromatic Colors of #B363FA
Black with #B363FA
Text Example
Text Example
White with #B363FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363FA; }
p { color: rgb(179,99,250); }
H1.HeaderClassName
{
color: #B363FA;
}
.AnyTagClassName
{
color: #B363FA;
}
</style>
background-color css
<style>
a { background-color: #B363FA; }
a { background-color: rgb(179,99,250); }
div.DivClassName
{
background-color: #B363FA;
}
.BgClassName
{
background-color: #B363FA;
}
</style>
border-color css
<style>
span { border-color: #B363FA; }
span { border-color: rgb(179,99,250); }
td.TdClassName
{
border-color: #B363FA;
}
.TagClassName
{
border-color: #B363FA;
}
</style>