Shades of Medium Orchid #B450CE
Tints of Medium Orchid #B450CE
RGB
CMYK
RGB Variations
Color information
#B450CE (or 0xB450CE) is known color: Medium Orchid. HEX triplet: B4, 50 and CE. RGB value is (180,80,206). Sum of RGB (Red+Green+Blue) = 180+80+206=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #B450CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450CE is #4BAF31. Grayscale: #7B7B7B. Windows color (decimal): -4960050 or 13521076. OLE color: 13521076.
HSL color Cylindrical-coordinate representation of color #B450CE: hue angle of 287.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B450CE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 80 | 206 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.19 |
| HSL | 287.62º | 0.56% | 0.56% | - |
| HSV(B) | 287.62º | 0.61% | 0.81% | - |
| XYZ | 32.83 | 19.9 | 60.5 | - |
| YUV | 124.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 206 | 0.13 | 0.61 | 0 | 0.19 | 287.62 | 0.56 | 0.56 |
| Hex | B4 | 50 | CE | D | 3D | 0 | 13 | 120 | 38 | 38 |
| Octal | 264 | 120 | 316 | 15 | 75 | 0 | 23 | 440 | 70 | 70 |
| Binary | 10110100 | 1010000 | 11001110 | 1101 | 111101 | 0 | 10011 | 100100000 | 111000 | 111000 |
Color Harmonies of #B450CE
Complementary color
Monochromatic Colors of #B450CE
Black with #B450CE
Text Example
Text Example
White with #B450CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450CE; }
p { color: rgb(180,80,206); }
H1.HeaderClassName
{
color: #B450CE;
}
.AnyTagClassName
{
color: #B450CE;
}
</style>
background-color css
<style>
a { background-color: #B450CE; }
a { background-color: rgb(180,80,206); }
div.DivClassName
{
background-color: #B450CE;
}
.BgClassName
{
background-color: #B450CE;
}
</style>
border-color css
<style>
span { border-color: #B450CE; }
span { border-color: rgb(180,80,206); }
td.TdClassName
{
border-color: #B450CE;
}
.TagClassName
{
border-color: #B450CE;
}
</style>