Shades of Medium Orchid #B450DE
Tints of Medium Orchid #B450DE
RGB
CMYK
RGB Variations
Color information
#B450DE (or 0xB450DE) is known color: Medium Orchid. HEX triplet: B4, 50 and DE. RGB value is (180,80,222). Sum of RGB (Red+Green+Blue) = 180+80+222=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #B450DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450DE is #4BAF21. Grayscale: #7D7D7D. Windows color (decimal): -4960034 or 14569652. OLE color: 14569652.
HSL color Cylindrical-coordinate representation of color #B450DE: hue angle of 282.25º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B450DE is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 80 | 222 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.13 |
| HSL | 282.25º | 0.68% | 0.59% | - |
| HSV(B) | 282.25º | 0.64% | 0.87% | - |
| XYZ | 34.88 | 20.71 | 71.27 | - |
| YUV | 126.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 222 | 0.19 | 0.64 | 0 | 0.13 | 282.25 | 0.68 | 0.59 |
| Hex | B4 | 50 | DE | 13 | 40 | 0 | D | 11A | 44 | 3B |
| Octal | 264 | 120 | 336 | 23 | 100 | 0 | 15 | 432 | 104 | 73 |
| Binary | 10110100 | 1010000 | 11011110 | 10011 | 1000000 | 0 | 1101 | 100011010 | 1000100 | 111011 |
Color Harmonies of #B450DE
Complementary color
Monochromatic Colors of #B450DE
Black with #B450DE
Text Example
Text Example
White with #B450DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450DE; }
p { color: rgb(180,80,222); }
H1.HeaderClassName
{
color: #B450DE;
}
.AnyTagClassName
{
color: #B450DE;
}
</style>
background-color css
<style>
a { background-color: #B450DE; }
a { background-color: rgb(180,80,222); }
div.DivClassName
{
background-color: #B450DE;
}
.BgClassName
{
background-color: #B450DE;
}
</style>
border-color css
<style>
span { border-color: #B450DE; }
span { border-color: rgb(180,80,222); }
td.TdClassName
{
border-color: #B450DE;
}
.TagClassName
{
border-color: #B450DE;
}
</style>