Shades of Medium Orchid #B450D4
Tints of Medium Orchid #B450D4
RGB
CMYK
RGB Variations
Color information
#B450D4 (or 0xB450D4) is known color: Medium Orchid. HEX triplet: B4, 50 and D4. RGB value is (180,80,212). Sum of RGB (Red+Green+Blue) = 180+80+212=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #B450D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450D4 is #4BAF2B. Grayscale: #7C7C7C. Windows color (decimal): -4960044 or 13914292. OLE color: 13914292.
HSL color Cylindrical-coordinate representation of color #B450D4: hue angle of 285.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B450D4 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 80 | 212 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.17 |
| HSL | 285.45º | 0.61% | 0.57% | - |
| HSV(B) | 285.45º | 0.62% | 0.83% | - |
| XYZ | 33.57 | 20.19 | 64.42 | - |
| YUV | 124.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 212 | 0.15 | 0.62 | 0 | 0.17 | 285.45 | 0.61 | 0.57 |
| Hex | B4 | 50 | D4 | F | 3E | 0 | 11 | 11D | 3D | 39 |
| Octal | 264 | 120 | 324 | 17 | 76 | 0 | 21 | 435 | 75 | 71 |
| Binary | 10110100 | 1010000 | 11010100 | 1111 | 111110 | 0 | 10001 | 100011101 | 111101 | 111001 |
Color Harmonies of #B450D4
Complementary color
Monochromatic Colors of #B450D4
Black with #B450D4
Text Example
Text Example
White with #B450D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450D4; }
p { color: rgb(180,80,212); }
H1.HeaderClassName
{
color: #B450D4;
}
.AnyTagClassName
{
color: #B450D4;
}
</style>
background-color css
<style>
a { background-color: #B450D4; }
a { background-color: rgb(180,80,212); }
div.DivClassName
{
background-color: #B450D4;
}
.BgClassName
{
background-color: #B450D4;
}
</style>
border-color css
<style>
span { border-color: #B450D4; }
span { border-color: rgb(180,80,212); }
td.TdClassName
{
border-color: #B450D4;
}
.TagClassName
{
border-color: #B450D4;
}
</style>