Shades of Medium Orchid #B263FA
Tints of Medium Orchid #B263FA
RGB
CMYK
RGB Variations
Color information
#B263FA (or 0xB263FA) is known color: Medium Orchid. HEX triplet: B2, 63 and FA. RGB value is (178,99,250). Sum of RGB (Red+Green+Blue) = 178+99+250=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #B263FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B263FA is #4D9C05. Grayscale: #8B8B8B. Windows color (decimal): -5086214 or 16409522. OLE color: 16409522.
HSL color Cylindrical-coordinate representation of color #B263FA: hue angle of 271.39º 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 #B263FA is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 99 | 250 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.02 |
| HSL | 271.39º | 0.94% | 0.68% | - |
| HSV(B) | 271.39º | 0.6% | 0.98% | - |
| XYZ | 40.08 | 25.29 | 93.21 | - |
| YUV | 139.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 250 | 0.29 | 0.60 | 0 | 0.02 | 271.39 | 0.94 | 0.68 |
| Hex | B2 | 63 | FA | 1D | 3C | 0 | 2 | 10F | 5E | 44 |
| Octal | 262 | 143 | 372 | 35 | 74 | 0 | 2 | 417 | 136 | 104 |
| Binary | 10110010 | 1100011 | 11111010 | 11101 | 111100 | 0 | 10 | 100001111 | 1011110 | 1000100 |
Color Harmonies of #B263FA
Complementary color
Monochromatic Colors of #B263FA
Black with #B263FA
Text Example
Text Example
White with #B263FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263FA; }
p { color: rgb(178,99,250); }
H1.HeaderClassName
{
color: #B263FA;
}
.AnyTagClassName
{
color: #B263FA;
}
</style>
background-color css
<style>
a { background-color: #B263FA; }
a { background-color: rgb(178,99,250); }
div.DivClassName
{
background-color: #B263FA;
}
.BgClassName
{
background-color: #B263FA;
}
</style>
border-color css
<style>
span { border-color: #B263FA; }
span { border-color: rgb(178,99,250); }
td.TdClassName
{
border-color: #B263FA;
}
.TagClassName
{
border-color: #B263FA;
}
</style>