Shades of Medium Orchid #B26DD1
Tints of Medium Orchid #B26DD1
RGB
CMYK
RGB Variations
Color information
#B26DD1 (or 0xB26DD1) is known color: Medium Orchid. HEX triplet: B2, 6D and D1. RGB value is (178,109,209). Sum of RGB (Red+Green+Blue) = 178+109+209=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #B26DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DD1 is #4D922E. Grayscale: #8C8C8C. Windows color (decimal): -5083695 or 13725106. OLE color: 13725106.
HSL color Cylindrical-coordinate representation of color #B26DD1: hue angle of 281.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26DD1 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 109 | 209 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.18 |
| HSL | 281.4º | 0.52% | 0.62% | - |
| HSV(B) | 281.4º | 0.48% | 0.82% | - |
| XYZ | 35.34 | 25.01 | 63.29 | - |
| YUV | 141.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 209 | 0.15 | 0.48 | 0 | 0.18 | 281.4 | 0.52 | 0.62 |
| Hex | B2 | 6D | D1 | F | 30 | 0 | 12 | 119 | 34 | 3E |
| Octal | 262 | 155 | 321 | 17 | 60 | 0 | 22 | 431 | 64 | 76 |
| Binary | 10110010 | 1101101 | 11010001 | 1111 | 110000 | 0 | 10010 | 100011001 | 110100 | 111110 |
Color Harmonies of #B26DD1
Complementary color
Monochromatic Colors of #B26DD1
Black with #B26DD1
Text Example
Text Example
White with #B26DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DD1; }
p { color: rgb(178,109,209); }
H1.HeaderClassName
{
color: #B26DD1;
}
.AnyTagClassName
{
color: #B26DD1;
}
</style>
background-color css
<style>
a { background-color: #B26DD1; }
a { background-color: rgb(178,109,209); }
div.DivClassName
{
background-color: #B26DD1;
}
.BgClassName
{
background-color: #B26DD1;
}
</style>
border-color css
<style>
span { border-color: #B26DD1; }
span { border-color: rgb(178,109,209); }
td.TdClassName
{
border-color: #B26DD1;
}
.TagClassName
{
border-color: #B26DD1;
}
</style>