Shades of Medium Orchid #B268E5
Tints of Medium Orchid #B268E5
RGB
CMYK
RGB Variations
Color information
#B268E5 (or 0xB268E5) is known color: Medium Orchid. HEX triplet: B2, 68 and E5. RGB value is (178,104,229). Sum of RGB (Red+Green+Blue) = 178+104+229=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #B268E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268E5 is #4D971A. Grayscale: #8B8B8B. Windows color (decimal): -5084955 or 15034546. OLE color: 15034546.
HSL color Cylindrical-coordinate representation of color #B268E5: hue angle of 275.52º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B268E5 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 104 | 229 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.10 |
| HSL | 275.52º | 0.71% | 0.65% | - |
| HSV(B) | 275.52º | 0.55% | 0.9% | - |
| XYZ | 37.45 | 25.02 | 76.98 | - |
| YUV | 140.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 229 | 0.22 | 0.55 | 0 | 0.10 | 275.52 | 0.71 | 0.65 |
| Hex | B2 | 68 | E5 | 16 | 37 | 0 | A | 114 | 47 | 41 |
| Octal | 262 | 150 | 345 | 26 | 67 | 0 | 12 | 424 | 107 | 101 |
| Binary | 10110010 | 1101000 | 11100101 | 10110 | 110111 | 0 | 1010 | 100010100 | 1000111 | 1000001 |
Color Harmonies of #B268E5
Complementary color
Monochromatic Colors of #B268E5
Black with #B268E5
Text Example
Text Example
White with #B268E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268E5; }
p { color: rgb(178,104,229); }
H1.HeaderClassName
{
color: #B268E5;
}
.AnyTagClassName
{
color: #B268E5;
}
</style>
background-color css
<style>
a { background-color: #B268E5; }
a { background-color: rgb(178,104,229); }
div.DivClassName
{
background-color: #B268E5;
}
.BgClassName
{
background-color: #B268E5;
}
</style>
border-color css
<style>
span { border-color: #B268E5; }
span { border-color: rgb(178,104,229); }
td.TdClassName
{
border-color: #B268E5;
}
.TagClassName
{
border-color: #B268E5;
}
</style>