Shades of Medium Orchid #B451F2
Tints of Medium Orchid #B451F2
RGB
CMYK
RGB Variations
Color information
#B451F2 (or 0xB451F2) is known color: Medium Orchid. HEX triplet: B4, 51 and F2. RGB value is (180,81,242). Sum of RGB (Red+Green+Blue) = 180+81+242=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #B451F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B451F2 is #4BAE0D. Grayscale: #808080. Windows color (decimal): -4959758 or 15880628. OLE color: 15880628.
HSL color Cylindrical-coordinate representation of color #B451F2: hue angle of 276.89º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B451F2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 81 | 242 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.05 |
| HSL | 276.89º | 0.86% | 0.63% | - |
| HSV(B) | 276.89º | 0.67% | 0.95% | - |
| XYZ | 37.79 | 22 | 86.26 | - |
| YUV | 128.96 | 191.8 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 242 | 0.26 | 0.67 | 0 | 0.05 | 276.89 | 0.86 | 0.63 |
| Hex | B4 | 51 | F2 | 1A | 43 | 0 | 5 | 115 | 56 | 3F |
| Octal | 264 | 121 | 362 | 32 | 103 | 0 | 5 | 425 | 126 | 77 |
| Binary | 10110100 | 1010001 | 11110010 | 11010 | 1000011 | 0 | 101 | 100010101 | 1010110 | 111111 |
Color Harmonies of #B451F2
Complementary color
Monochromatic Colors of #B451F2
Black with #B451F2
Text Example
Text Example
White with #B451F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B451F2; }
p { color: rgb(180,81,242); }
H1.HeaderClassName
{
color: #B451F2;
}
.AnyTagClassName
{
color: #B451F2;
}
</style>
background-color css
<style>
a { background-color: #B451F2; }
a { background-color: rgb(180,81,242); }
div.DivClassName
{
background-color: #B451F2;
}
.BgClassName
{
background-color: #B451F2;
}
</style>
border-color css
<style>
span { border-color: #B451F2; }
span { border-color: rgb(180,81,242); }
td.TdClassName
{
border-color: #B451F2;
}
.TagClassName
{
border-color: #B451F2;
}
</style>