Shades of Medium Orchid #B263DC
Tints of Medium Orchid #B263DC
RGB
CMYK
RGB Variations
Color information
#B263DC (or 0xB263DC) is known color: Medium Orchid. HEX triplet: B2, 63 and DC. RGB value is (178,99,220). Sum of RGB (Red+Green+Blue) = 178+99+220=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B263DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263DC is #4D9C23. Grayscale: #888888. Windows color (decimal): -5086244 or 14443442. OLE color: 14443442.
HSL color Cylindrical-coordinate representation of color #B263DC: hue angle of 279.17º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B263DC is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 99 | 220 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.14 |
| HSL | 279.17º | 0.63% | 0.63% | - |
| HSV(B) | 279.17º | 0.55% | 0.86% | - |
| XYZ | 35.74 | 23.56 | 70.37 | - |
| YUV | 136.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 220 | 0.19 | 0.55 | 0 | 0.14 | 279.17 | 0.63 | 0.63 |
| Hex | B2 | 63 | DC | 13 | 37 | 0 | E | 117 | 3F | 3F |
| Octal | 262 | 143 | 334 | 23 | 67 | 0 | 16 | 427 | 77 | 77 |
| Binary | 10110010 | 1100011 | 11011100 | 10011 | 110111 | 0 | 1110 | 100010111 | 111111 | 111111 |
Color Harmonies of #B263DC
Complementary color
Monochromatic Colors of #B263DC
Black with #B263DC
Text Example
Text Example
White with #B263DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B263DC; }
p { color: rgb(178,99,220); }
H1.HeaderClassName
{
color: #B263DC;
}
.AnyTagClassName
{
color: #B263DC;
}
</style>
background-color css
<style>
a { background-color: #B263DC; }
a { background-color: rgb(178,99,220); }
div.DivClassName
{
background-color: #B263DC;
}
.BgClassName
{
background-color: #B263DC;
}
</style>
border-color css
<style>
span { border-color: #B263DC; }
span { border-color: rgb(178,99,220); }
td.TdClassName
{
border-color: #B263DC;
}
.TagClassName
{
border-color: #B263DC;
}
</style>