Shades of Medium Orchid #B263ED
Tints of Medium Orchid #B263ED
RGB
CMYK
RGB Variations
Color information
#B263ED (or 0xB263ED) is known color: Medium Orchid. HEX triplet: B2, 63 and ED. RGB value is (178,99,237). Sum of RGB (Red+Green+Blue) = 178+99+237=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #B263ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B263ED is #4D9C12. Grayscale: #898989. Windows color (decimal): -5086227 or 15557554. OLE color: 15557554.
HSL color Cylindrical-coordinate representation of color #B263ED: hue angle of 274.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B263ED is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 99 | 237 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.07 |
| HSL | 274.35º | 0.79% | 0.66% | - |
| HSV(B) | 274.35º | 0.58% | 0.93% | - |
| XYZ | 38.11 | 24.5 | 82.84 | - |
| YUV | 138.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 237 | 0.25 | 0.58 | 0 | 0.07 | 274.35 | 0.79 | 0.66 |
| Hex | B2 | 63 | ED | 19 | 3A | 0 | 7 | 112 | 4F | 42 |
| Octal | 262 | 143 | 355 | 31 | 72 | 0 | 7 | 422 | 117 | 102 |
| Binary | 10110010 | 1100011 | 11101101 | 11001 | 111010 | 0 | 111 | 100010010 | 1001111 | 1000010 |
Color Harmonies of #B263ED
Complementary color
Monochromatic Colors of #B263ED
Black with #B263ED
Text Example
Text Example
White with #B263ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263ED; }
p { color: rgb(178,99,237); }
H1.HeaderClassName
{
color: #B263ED;
}
.AnyTagClassName
{
color: #B263ED;
}
</style>
background-color css
<style>
a { background-color: #B263ED; }
a { background-color: rgb(178,99,237); }
div.DivClassName
{
background-color: #B263ED;
}
.BgClassName
{
background-color: #B263ED;
}
</style>
border-color css
<style>
span { border-color: #B263ED; }
span { border-color: rgb(178,99,237); }
td.TdClassName
{
border-color: #B263ED;
}
.TagClassName
{
border-color: #B263ED;
}
</style>