Shades of Medium Orchid #B268D6
Tints of Medium Orchid #B268D6
RGB
CMYK
RGB Variations
Color information
#B268D6 (or 0xB268D6) is known color: Medium Orchid. HEX triplet: B2, 68 and D6. RGB value is (178,104,214). Sum of RGB (Red+Green+Blue) = 178+104+214=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #B268D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268D6 is #4D9729. Grayscale: #8A8A8A. Windows color (decimal): -5084970 or 14051506. OLE color: 14051506.
HSL color Cylindrical-coordinate representation of color #B268D6: hue angle of 280.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B268D6 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 104 | 214 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.16 |
| HSL | 280.36º | 0.57% | 0.62% | - |
| HSV(B) | 280.36º | 0.51% | 0.84% | - |
| XYZ | 35.45 | 24.22 | 66.43 | - |
| YUV | 138.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 214 | 0.17 | 0.51 | 0 | 0.16 | 280.36 | 0.57 | 0.62 |
| Hex | B2 | 68 | D6 | 11 | 33 | 0 | 10 | 118 | 39 | 3E |
| Octal | 262 | 150 | 326 | 21 | 63 | 0 | 20 | 430 | 71 | 76 |
| Binary | 10110010 | 1101000 | 11010110 | 10001 | 110011 | 0 | 10000 | 100011000 | 111001 | 111110 |
Color Harmonies of #B268D6
Complementary color
Monochromatic Colors of #B268D6
Black with #B268D6
Text Example
Text Example
White with #B268D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268D6; }
p { color: rgb(178,104,214); }
H1.HeaderClassName
{
color: #B268D6;
}
.AnyTagClassName
{
color: #B268D6;
}
</style>
background-color css
<style>
a { background-color: #B268D6; }
a { background-color: rgb(178,104,214); }
div.DivClassName
{
background-color: #B268D6;
}
.BgClassName
{
background-color: #B268D6;
}
</style>
border-color css
<style>
span { border-color: #B268D6; }
span { border-color: rgb(178,104,214); }
td.TdClassName
{
border-color: #B268D6;
}
.TagClassName
{
border-color: #B268D6;
}
</style>