Shades of Medium Orchid #B468F2
Tints of Medium Orchid #B468F2
RGB
CMYK
RGB Variations
Color information
#B468F2 (or 0xB468F2) is known color: Medium Orchid. HEX triplet: B4, 68 and F2. RGB value is (180,104,242). Sum of RGB (Red+Green+Blue) = 180+104+242=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #B468F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468F2 is #4B970D. Grayscale: #8D8D8D. Windows color (decimal): -4953870 or 15886516. OLE color: 15886516.
HSL color Cylindrical-coordinate representation of color #B468F2: hue angle of 273.04º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B468F2 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 104 | 242 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.05 |
| HSL | 273.04º | 0.84% | 0.68% | - |
| HSV(B) | 273.04º | 0.57% | 0.95% | - |
| XYZ | 39.8 | 26.01 | 86.93 | - |
| YUV | 142.46 | 184.18 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 242 | 0.26 | 0.57 | 0 | 0.05 | 273.04 | 0.84 | 0.68 |
| Hex | B4 | 68 | F2 | 1A | 39 | 0 | 5 | 111 | 54 | 44 |
| Octal | 264 | 150 | 362 | 32 | 71 | 0 | 5 | 421 | 124 | 104 |
| Binary | 10110100 | 1101000 | 11110010 | 11010 | 111001 | 0 | 101 | 100010001 | 1010100 | 1000100 |
Color Harmonies of #B468F2
Complementary color
Monochromatic Colors of #B468F2
Black with #B468F2
Text Example
Text Example
White with #B468F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468F2; }
p { color: rgb(180,104,242); }
H1.HeaderClassName
{
color: #B468F2;
}
.AnyTagClassName
{
color: #B468F2;
}
</style>
background-color css
<style>
a { background-color: #B468F2; }
a { background-color: rgb(180,104,242); }
div.DivClassName
{
background-color: #B468F2;
}
.BgClassName
{
background-color: #B468F2;
}
</style>
border-color css
<style>
span { border-color: #B468F2; }
span { border-color: rgb(180,104,242); }
td.TdClassName
{
border-color: #B468F2;
}
.TagClassName
{
border-color: #B468F2;
}
</style>