Shades of Medium Orchid #B66AF1
Tints of Medium Orchid #B66AF1
RGB
CMYK
RGB Variations
Color information
#B66AF1 (or 0xB66AF1) is known color: Medium Orchid. HEX triplet: B6, 6A and F1. RGB value is (182,106,241). Sum of RGB (Red+Green+Blue) = 182+106+241=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #B66AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66AF1 is #49950E. Grayscale: #8F8F8F. Windows color (decimal): -4822287 or 15821494. OLE color: 15821494.
HSL color Cylindrical-coordinate representation of color #B66AF1: hue angle of 273.78º 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 #B66AF1 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 106 | 241 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.05 |
| HSL | 273.78º | 0.83% | 0.68% | - |
| HSV(B) | 273.78º | 0.56% | 0.95% | - |
| XYZ | 40.32 | 26.6 | 86.23 | - |
| YUV | 144.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 106 | 241 | 0.24 | 0.56 | 0 | 0.05 | 273.78 | 0.83 | 0.68 |
| Hex | B6 | 6A | F1 | 18 | 38 | 0 | 5 | 112 | 53 | 44 |
| Octal | 266 | 152 | 361 | 30 | 70 | 0 | 5 | 422 | 123 | 104 |
| Binary | 10110110 | 1101010 | 11110001 | 11000 | 111000 | 0 | 101 | 100010010 | 1010011 | 1000100 |
Color Harmonies of #B66AF1
Complementary color
Monochromatic Colors of #B66AF1
Black with #B66AF1
Text Example
Text Example
White with #B66AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66AF1; }
p { color: rgb(182,106,241); }
H1.HeaderClassName
{
color: #B66AF1;
}
.AnyTagClassName
{
color: #B66AF1;
}
</style>
background-color css
<style>
a { background-color: #B66AF1; }
a { background-color: rgb(182,106,241); }
div.DivClassName
{
background-color: #B66AF1;
}
.BgClassName
{
background-color: #B66AF1;
}
</style>
border-color css
<style>
span { border-color: #B66AF1; }
span { border-color: rgb(182,106,241); }
td.TdClassName
{
border-color: #B66AF1;
}
.TagClassName
{
border-color: #B66AF1;
}
</style>