Shades of Medium Orchid #B468E8
Tints of Medium Orchid #B468E8
RGB
CMYK
RGB Variations
Color information
#B468E8 (or 0xB468E8) is known color: Medium Orchid. HEX triplet: B4, 68 and E8. RGB value is (180,104,232). Sum of RGB (Red+Green+Blue) = 180+104+232=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #B468E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468E8 is #4B9717. Grayscale: #8C8C8C. Windows color (decimal): -4953880 or 15231156. OLE color: 15231156.
HSL color Cylindrical-coordinate representation of color #B468E8: hue angle of 275.62º 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 #B468E8 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 104 | 232 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.09 |
| HSL | 275.63º | 0.74% | 0.66% | - |
| HSV(B) | 275.63º | 0.55% | 0.91% | - |
| XYZ | 38.34 | 25.43 | 79.23 | - |
| YUV | 141.32 | 179.18 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 232 | 0.22 | 0.55 | 0 | 0.09 | 275.63 | 0.74 | 0.66 |
| Hex | B4 | 68 | E8 | 16 | 37 | 0 | 9 | 114 | 4A | 42 |
| Octal | 264 | 150 | 350 | 26 | 67 | 0 | 11 | 424 | 112 | 102 |
| Binary | 10110100 | 1101000 | 11101000 | 10110 | 110111 | 0 | 1001 | 100010100 | 1001010 | 1000010 |
Color Harmonies of #B468E8
Complementary color
Monochromatic Colors of #B468E8
Black with #B468E8
Text Example
Text Example
White with #B468E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468E8; }
p { color: rgb(180,104,232); }
H1.HeaderClassName
{
color: #B468E8;
}
.AnyTagClassName
{
color: #B468E8;
}
</style>
background-color css
<style>
a { background-color: #B468E8; }
a { background-color: rgb(180,104,232); }
div.DivClassName
{
background-color: #B468E8;
}
.BgClassName
{
background-color: #B468E8;
}
</style>
border-color css
<style>
span { border-color: #B468E8; }
span { border-color: rgb(180,104,232); }
td.TdClassName
{
border-color: #B468E8;
}
.TagClassName
{
border-color: #B468E8;
}
</style>