Shades of Medium Orchid #B450FD
Tints of Medium Orchid #B450FD
RGB
CMYK
RGB Variations
Color information
#B450FD (or 0xB450FD) is known color: Medium Orchid. HEX triplet: B4, 50 and FD. RGB value is (180,80,253). Sum of RGB (Red+Green+Blue) = 180+80+253=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #B450FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450FD is #4BAF02. Grayscale: #818181. Windows color (decimal): -4960003 or 16601268. OLE color: 16601268.
HSL color Cylindrical-coordinate representation of color #B450FD: hue angle of 274.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B450FD is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 80 | 253 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.01 |
| HSL | 274.68º | 0.98% | 0.65% | - |
| HSV(B) | 274.68º | 0.68% | 0.99% | - |
| XYZ | 39.42 | 22.53 | 95.2 | - |
| YUV | 129.62 | 197.63 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 253 | 0.29 | 0.68 | 0 | 0.01 | 274.68 | 0.98 | 0.65 |
| Hex | B4 | 50 | FD | 1D | 44 | 0 | 1 | 113 | 62 | 41 |
| Octal | 264 | 120 | 375 | 35 | 104 | 0 | 1 | 423 | 142 | 101 |
| Binary | 10110100 | 1010000 | 11111101 | 11101 | 1000100 | 0 | 1 | 100010011 | 1100010 | 1000001 |
Color Harmonies of #B450FD
Complementary color
Monochromatic Colors of #B450FD
Black with #B450FD
Text Example
Text Example
White with #B450FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450FD; }
p { color: rgb(180,80,253); }
H1.HeaderClassName
{
color: #B450FD;
}
.AnyTagClassName
{
color: #B450FD;
}
</style>
background-color css
<style>
a { background-color: #B450FD; }
a { background-color: rgb(180,80,253); }
div.DivClassName
{
background-color: #B450FD;
}
.BgClassName
{
background-color: #B450FD;
}
</style>
border-color css
<style>
span { border-color: #B450FD; }
span { border-color: rgb(180,80,253); }
td.TdClassName
{
border-color: #B450FD;
}
.TagClassName
{
border-color: #B450FD;
}
</style>