Shades of Medium Orchid #B450FC
Tints of Medium Orchid #B450FC
RGB
CMYK
RGB Variations
Color information
#B450FC (or 0xB450FC) is known color: Medium Orchid. HEX triplet: B4, 50 and FC. RGB value is (180,80,252). Sum of RGB (Red+Green+Blue) = 180+80+252=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #B450FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450FC is #4BAF03. Grayscale: #808080. Windows color (decimal): -4960004 or 16535732. OLE color: 16535732.
HSL color Cylindrical-coordinate representation of color #B450FC: hue angle of 274.88º degrees, saturation: 0.97, 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 #B450FC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 80 | 252 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.01 |
| HSL | 274.88º | 0.97% | 0.65% | - |
| HSV(B) | 274.88º | 0.68% | 0.99% | - |
| XYZ | 39.26 | 22.47 | 94.36 | - |
| YUV | 129.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 252 | 0.29 | 0.68 | 0 | 0.01 | 274.88 | 0.97 | 0.65 |
| Hex | B4 | 50 | FC | 1D | 44 | 0 | 1 | 113 | 61 | 41 |
| Octal | 264 | 120 | 374 | 35 | 104 | 0 | 1 | 423 | 141 | 101 |
| Binary | 10110100 | 1010000 | 11111100 | 11101 | 1000100 | 0 | 1 | 100010011 | 1100001 | 1000001 |
Color Harmonies of #B450FC
Complementary color
Monochromatic Colors of #B450FC
Black with #B450FC
Text Example
Text Example
White with #B450FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450FC; }
p { color: rgb(180,80,252); }
H1.HeaderClassName
{
color: #B450FC;
}
.AnyTagClassName
{
color: #B450FC;
}
</style>
background-color css
<style>
a { background-color: #B450FC; }
a { background-color: rgb(180,80,252); }
div.DivClassName
{
background-color: #B450FC;
}
.BgClassName
{
background-color: #B450FC;
}
</style>
border-color css
<style>
span { border-color: #B450FC; }
span { border-color: rgb(180,80,252); }
td.TdClassName
{
border-color: #B450FC;
}
.TagClassName
{
border-color: #B450FC;
}
</style>