Shades of Medium Orchid #B468EA
Tints of Medium Orchid #B468EA
RGB
CMYK
RGB Variations
Color information
#B468EA (or 0xB468EA) is known color: Medium Orchid. HEX triplet: B4, 68 and EA. RGB value is (180,104,234). Sum of RGB (Red+Green+Blue) = 180+104+234=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #B468EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468EA is #4B9715. Grayscale: #8D8D8D. Windows color (decimal): -4953878 or 15362228. OLE color: 15362228.
HSL color Cylindrical-coordinate representation of color #B468EA: hue angle of 275.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B468EA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 104 | 234 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.08 |
| HSL | 275.08º | 0.76% | 0.66% | - |
| HSV(B) | 275.08º | 0.56% | 0.92% | - |
| XYZ | 38.62 | 25.54 | 80.74 | - |
| YUV | 141.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 234 | 0.23 | 0.56 | 0 | 0.08 | 275.08 | 0.76 | 0.66 |
| Hex | B4 | 68 | EA | 17 | 38 | 0 | 8 | 113 | 4C | 42 |
| Octal | 264 | 150 | 352 | 27 | 70 | 0 | 10 | 423 | 114 | 102 |
| Binary | 10110100 | 1101000 | 11101010 | 10111 | 111000 | 0 | 1000 | 100010011 | 1001100 | 1000010 |
Color Harmonies of #B468EA
Complementary color
Monochromatic Colors of #B468EA
Black with #B468EA
Text Example
Text Example
White with #B468EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468EA; }
p { color: rgb(180,104,234); }
H1.HeaderClassName
{
color: #B468EA;
}
.AnyTagClassName
{
color: #B468EA;
}
</style>
background-color css
<style>
a { background-color: #B468EA; }
a { background-color: rgb(180,104,234); }
div.DivClassName
{
background-color: #B468EA;
}
.BgClassName
{
background-color: #B468EA;
}
</style>
border-color css
<style>
span { border-color: #B468EA; }
span { border-color: rgb(180,104,234); }
td.TdClassName
{
border-color: #B468EA;
}
.TagClassName
{
border-color: #B468EA;
}
</style>