Shades of Medium Orchid #B468DC
Tints of Medium Orchid #B468DC
RGB
CMYK
RGB Variations
Color information
#B468DC (or 0xB468DC) is known color: Medium Orchid. HEX triplet: B4, 68 and DC. RGB value is (180,104,220). Sum of RGB (Red+Green+Blue) = 180+104+220=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #B468DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468DC is #4B9723. Grayscale: #8B8B8B. Windows color (decimal): -4953892 or 14444724. OLE color: 14444724.
HSL color Cylindrical-coordinate representation of color #B468DC: hue angle of 279.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B468DC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 104 | 220 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.14 |
| HSL | 279.31º | 0.62% | 0.64% | - |
| HSV(B) | 279.31º | 0.53% | 0.86% | - |
| XYZ | 36.69 | 24.77 | 70.56 | - |
| YUV | 139.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 220 | 0.18 | 0.53 | 0 | 0.14 | 279.31 | 0.62 | 0.64 |
| Hex | B4 | 68 | DC | 12 | 35 | 0 | E | 117 | 3E | 40 |
| Octal | 264 | 150 | 334 | 22 | 65 | 0 | 16 | 427 | 76 | 100 |
| Binary | 10110100 | 1101000 | 11011100 | 10010 | 110101 | 0 | 1110 | 100010111 | 111110 | 1000000 |
Color Harmonies of #B468DC
Complementary color
Monochromatic Colors of #B468DC
Black with #B468DC
Text Example
Text Example
White with #B468DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468DC; }
p { color: rgb(180,104,220); }
H1.HeaderClassName
{
color: #B468DC;
}
.AnyTagClassName
{
color: #B468DC;
}
</style>
background-color css
<style>
a { background-color: #B468DC; }
a { background-color: rgb(180,104,220); }
div.DivClassName
{
background-color: #B468DC;
}
.BgClassName
{
background-color: #B468DC;
}
</style>
border-color css
<style>
span { border-color: #B468DC; }
span { border-color: rgb(180,104,220); }
td.TdClassName
{
border-color: #B468DC;
}
.TagClassName
{
border-color: #B468DC;
}
</style>