Shades of Medium Orchid #B268DA
Tints of Medium Orchid #B268DA
RGB
CMYK
RGB Variations
Color information
#B268DA (or 0xB268DA) is known color: Medium Orchid. HEX triplet: B2, 68 and DA. RGB value is (178,104,218). Sum of RGB (Red+Green+Blue) = 178+104+218=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #B268DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268DA is #4D9725. Grayscale: #8A8A8A. Windows color (decimal): -5084966 or 14313650. OLE color: 14313650.
HSL color Cylindrical-coordinate representation of color #B268DA: hue angle of 278.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B268DA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 104 | 218 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.15 |
| HSL | 278.95º | 0.61% | 0.63% | - |
| HSV(B) | 278.95º | 0.52% | 0.85% | - |
| XYZ | 35.97 | 24.43 | 69.15 | - |
| YUV | 139.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 218 | 0.18 | 0.52 | 0 | 0.15 | 278.95 | 0.61 | 0.63 |
| Hex | B2 | 68 | DA | 12 | 34 | 0 | F | 117 | 3D | 3F |
| Octal | 262 | 150 | 332 | 22 | 64 | 0 | 17 | 427 | 75 | 77 |
| Binary | 10110010 | 1101000 | 11011010 | 10010 | 110100 | 0 | 1111 | 100010111 | 111101 | 111111 |
Color Harmonies of #B268DA
Complementary color
Monochromatic Colors of #B268DA
Black with #B268DA
Text Example
Text Example
White with #B268DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268DA; }
p { color: rgb(178,104,218); }
H1.HeaderClassName
{
color: #B268DA;
}
.AnyTagClassName
{
color: #B268DA;
}
</style>
background-color css
<style>
a { background-color: #B268DA; }
a { background-color: rgb(178,104,218); }
div.DivClassName
{
background-color: #B268DA;
}
.BgClassName
{
background-color: #B268DA;
}
</style>
border-color css
<style>
span { border-color: #B268DA; }
span { border-color: rgb(178,104,218); }
td.TdClassName
{
border-color: #B268DA;
}
.TagClassName
{
border-color: #B268DA;
}
</style>