Shades of Medium Orchid #B26BD4
Tints of Medium Orchid #B26BD4
RGB
CMYK
RGB Variations
Color information
#B26BD4 (or 0xB26BD4) is known color: Medium Orchid. HEX triplet: B2, 6B and D4. RGB value is (178,107,212). Sum of RGB (Red+Green+Blue) = 178+107+212=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #B26BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BD4 is #4D942B. Grayscale: #8B8B8B. Windows color (decimal): -5084204 or 13921202. OLE color: 13921202.
HSL color Cylindrical-coordinate representation of color #B26BD4: hue angle of 280.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26BD4 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 107 | 212 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.17 |
| HSL | 280.57º | 0.55% | 0.63% | - |
| HSV(B) | 280.57º | 0.5% | 0.83% | - |
| XYZ | 35.5 | 24.73 | 65.19 | - |
| YUV | 140.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 212 | 0.16 | 0.50 | 0 | 0.17 | 280.57 | 0.55 | 0.63 |
| Hex | B2 | 6B | D4 | 10 | 32 | 0 | 11 | 119 | 37 | 3F |
| Octal | 262 | 153 | 324 | 20 | 62 | 0 | 21 | 431 | 67 | 77 |
| Binary | 10110010 | 1101011 | 11010100 | 10000 | 110010 | 0 | 10001 | 100011001 | 110111 | 111111 |
Color Harmonies of #B26BD4
Complementary color
Monochromatic Colors of #B26BD4
Black with #B26BD4
Text Example
Text Example
White with #B26BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BD4; }
p { color: rgb(178,107,212); }
H1.HeaderClassName
{
color: #B26BD4;
}
.AnyTagClassName
{
color: #B26BD4;
}
</style>
background-color css
<style>
a { background-color: #B26BD4; }
a { background-color: rgb(178,107,212); }
div.DivClassName
{
background-color: #B26BD4;
}
.BgClassName
{
background-color: #B26BD4;
}
</style>
border-color css
<style>
span { border-color: #B26BD4; }
span { border-color: rgb(178,107,212); }
td.TdClassName
{
border-color: #B26BD4;
}
.TagClassName
{
border-color: #B26BD4;
}
</style>