Shades of Medium Orchid #B268E8
Tints of Medium Orchid #B268E8
RGB
CMYK
RGB Variations
Color information
#B268E8 (or 0xB268E8) is known color: Medium Orchid. HEX triplet: B2, 68 and E8. RGB value is (178,104,232). Sum of RGB (Red+Green+Blue) = 178+104+232=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #B268E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268E8 is #4D9717. Grayscale: #8C8C8C. Windows color (decimal): -5084952 or 15231154. OLE color: 15231154.
HSL color Cylindrical-coordinate representation of color #B268E8: hue angle of 274.69º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B268E8 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 104 | 232 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.09 |
| HSL | 274.69º | 0.74% | 0.66% | - |
| HSV(B) | 274.69º | 0.55% | 0.91% | - |
| XYZ | 37.88 | 25.19 | 79.21 | - |
| YUV | 140.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 232 | 0.23 | 0.55 | 0 | 0.09 | 274.69 | 0.74 | 0.66 |
| Hex | B2 | 68 | E8 | 17 | 37 | 0 | 9 | 113 | 4A | 42 |
| Octal | 262 | 150 | 350 | 27 | 67 | 0 | 11 | 423 | 112 | 102 |
| Binary | 10110010 | 1101000 | 11101000 | 10111 | 110111 | 0 | 1001 | 100010011 | 1001010 | 1000010 |
Color Harmonies of #B268E8
Complementary color
Monochromatic Colors of #B268E8
Black with #B268E8
Text Example
Text Example
White with #B268E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268E8; }
p { color: rgb(178,104,232); }
H1.HeaderClassName
{
color: #B268E8;
}
.AnyTagClassName
{
color: #B268E8;
}
</style>
background-color css
<style>
a { background-color: #B268E8; }
a { background-color: rgb(178,104,232); }
div.DivClassName
{
background-color: #B268E8;
}
.BgClassName
{
background-color: #B268E8;
}
</style>
border-color css
<style>
span { border-color: #B268E8; }
span { border-color: rgb(178,104,232); }
td.TdClassName
{
border-color: #B268E8;
}
.TagClassName
{
border-color: #B268E8;
}
</style>