Shades of Medium Orchid #B263E5
Tints of Medium Orchid #B263E5
RGB
CMYK
RGB Variations
Color information
#B263E5 (or 0xB263E5) is known color: Medium Orchid. HEX triplet: B2, 63 and E5. RGB value is (178,99,229). Sum of RGB (Red+Green+Blue) = 178+99+229=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #B263E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263E5 is #4D9C1A. Grayscale: #898989. Windows color (decimal): -5086235 or 15033266. OLE color: 15033266.
HSL color Cylindrical-coordinate representation of color #B263E5: hue angle of 276.46º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B263E5 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 99 | 229 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.10 |
| HSL | 276.46º | 0.71% | 0.64% | - |
| HSV(B) | 276.46º | 0.57% | 0.9% | - |
| XYZ | 36.96 | 24.05 | 76.82 | - |
| YUV | 137.44 | 179.67 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 229 | 0.22 | 0.57 | 0 | 0.10 | 276.46 | 0.71 | 0.64 |
| Hex | B2 | 63 | E5 | 16 | 39 | 0 | A | 114 | 47 | 40 |
| Octal | 262 | 143 | 345 | 26 | 71 | 0 | 12 | 424 | 107 | 100 |
| Binary | 10110010 | 1100011 | 11100101 | 10110 | 111001 | 0 | 1010 | 100010100 | 1000111 | 1000000 |
Color Harmonies of #B263E5
Complementary color
Monochromatic Colors of #B263E5
Black with #B263E5
Text Example
Text Example
White with #B263E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263E5; }
p { color: rgb(178,99,229); }
H1.HeaderClassName
{
color: #B263E5;
}
.AnyTagClassName
{
color: #B263E5;
}
</style>
background-color css
<style>
a { background-color: #B263E5; }
a { background-color: rgb(178,99,229); }
div.DivClassName
{
background-color: #B263E5;
}
.BgClassName
{
background-color: #B263E5;
}
</style>
border-color css
<style>
span { border-color: #B263E5; }
span { border-color: rgb(178,99,229); }
td.TdClassName
{
border-color: #B263E5;
}
.TagClassName
{
border-color: #B263E5;
}
</style>