Shades of Medium Orchid #B468F3
Tints of Medium Orchid #B468F3
RGB
CMYK
RGB Variations
Color information
#B468F3 (or 0xB468F3) is known color: Medium Orchid. HEX triplet: B4, 68 and F3. RGB value is (180,104,243). Sum of RGB (Red+Green+Blue) = 180+104+243=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #B468F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468F3 is #4B970C. Grayscale: #8E8E8E. Windows color (decimal): -4953869 or 15952052. OLE color: 15952052.
HSL color Cylindrical-coordinate representation of color #B468F3: hue angle of 272.81º degrees, saturation: 0.85, 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 #B468F3 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 104 | 243 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.05 |
| HSL | 272.81º | 0.85% | 0.68% | - |
| HSV(B) | 272.81º | 0.57% | 0.95% | - |
| XYZ | 39.95 | 26.07 | 87.72 | - |
| YUV | 142.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 243 | 0.26 | 0.57 | 0 | 0.05 | 272.81 | 0.85 | 0.68 |
| Hex | B4 | 68 | F3 | 1A | 39 | 0 | 5 | 111 | 55 | 44 |
| Octal | 264 | 150 | 363 | 32 | 71 | 0 | 5 | 421 | 125 | 104 |
| Binary | 10110100 | 1101000 | 11110011 | 11010 | 111001 | 0 | 101 | 100010001 | 1010101 | 1000100 |
Color Harmonies of #B468F3
Complementary color
Monochromatic Colors of #B468F3
Black with #B468F3
Text Example
Text Example
White with #B468F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468F3; }
p { color: rgb(180,104,243); }
H1.HeaderClassName
{
color: #B468F3;
}
.AnyTagClassName
{
color: #B468F3;
}
</style>
background-color css
<style>
a { background-color: #B468F3; }
a { background-color: rgb(180,104,243); }
div.DivClassName
{
background-color: #B468F3;
}
.BgClassName
{
background-color: #B468F3;
}
</style>
border-color css
<style>
span { border-color: #B468F3; }
span { border-color: rgb(180,104,243); }
td.TdClassName
{
border-color: #B468F3;
}
.TagClassName
{
border-color: #B468F3;
}
</style>