Shades of Medium Orchid #B46AF1
Tints of Medium Orchid #B46AF1
RGB
CMYK
RGB Variations
Color information
#B46AF1 (or 0xB46AF1) is known color: Medium Orchid. HEX triplet: B4, 6A and F1. RGB value is (180,106,241). Sum of RGB (Red+Green+Blue) = 180+106+241=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #B46AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AF1 is #4B950E. Grayscale: #8F8F8F. Windows color (decimal): -4953359 or 15821492. OLE color: 15821492.
HSL color Cylindrical-coordinate representation of color #B46AF1: hue angle of 272.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B46AF1 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 106 | 241 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.05 |
| HSL | 272.89º | 0.83% | 0.68% | - |
| HSV(B) | 272.89º | 0.56% | 0.95% | - |
| XYZ | 39.85 | 26.36 | 86.21 | - |
| YUV | 143.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 241 | 0.25 | 0.56 | 0 | 0.05 | 272.89 | 0.83 | 0.68 |
| Hex | B4 | 6A | F1 | 19 | 38 | 0 | 5 | 111 | 53 | 44 |
| Octal | 264 | 152 | 361 | 31 | 70 | 0 | 5 | 421 | 123 | 104 |
| Binary | 10110100 | 1101010 | 11110001 | 11001 | 111000 | 0 | 101 | 100010001 | 1010011 | 1000100 |
Color Harmonies of #B46AF1
Complementary color
Monochromatic Colors of #B46AF1
Black with #B46AF1
Text Example
Text Example
White with #B46AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46AF1; }
p { color: rgb(180,106,241); }
H1.HeaderClassName
{
color: #B46AF1;
}
.AnyTagClassName
{
color: #B46AF1;
}
</style>
background-color css
<style>
a { background-color: #B46AF1; }
a { background-color: rgb(180,106,241); }
div.DivClassName
{
background-color: #B46AF1;
}
.BgClassName
{
background-color: #B46AF1;
}
</style>
border-color css
<style>
span { border-color: #B46AF1; }
span { border-color: rgb(180,106,241); }
td.TdClassName
{
border-color: #B46AF1;
}
.TagClassName
{
border-color: #B46AF1;
}
</style>