Shades of Medium Orchid #B366F1
Tints of Medium Orchid #B366F1
RGB
CMYK
RGB Variations
Color information
#B366F1 (or 0xB366F1) is known color: Medium Orchid. HEX triplet: B3, 66 and F1. RGB value is (179,102,241). Sum of RGB (Red+Green+Blue) = 179+102+241=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #B366F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366F1 is #4C990E. Grayscale: #8C8C8C. Windows color (decimal): -5019919 or 15820467. OLE color: 15820467.
HSL color Cylindrical-coordinate representation of color #B366F1: hue angle of 273.24º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B366F1 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 102 | 241 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.05 |
| HSL | 273.24º | 0.83% | 0.67% | - |
| HSV(B) | 273.24º | 0.58% | 0.95% | - |
| XYZ | 39.22 | 25.44 | 86.06 | - |
| YUV | 140.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 241 | 0.26 | 0.58 | 0 | 0.05 | 273.24 | 0.83 | 0.67 |
| Hex | B3 | 66 | F1 | 1A | 3A | 0 | 5 | 111 | 53 | 43 |
| Octal | 263 | 146 | 361 | 32 | 72 | 0 | 5 | 421 | 123 | 103 |
| Binary | 10110011 | 1100110 | 11110001 | 11010 | 111010 | 0 | 101 | 100010001 | 1010011 | 1000011 |
Color Harmonies of #B366F1
Complementary color
Monochromatic Colors of #B366F1
Black with #B366F1
Text Example
Text Example
White with #B366F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366F1; }
p { color: rgb(179,102,241); }
H1.HeaderClassName
{
color: #B366F1;
}
.AnyTagClassName
{
color: #B366F1;
}
</style>
background-color css
<style>
a { background-color: #B366F1; }
a { background-color: rgb(179,102,241); }
div.DivClassName
{
background-color: #B366F1;
}
.BgClassName
{
background-color: #B366F1;
}
</style>
border-color css
<style>
span { border-color: #B366F1; }
span { border-color: rgb(179,102,241); }
td.TdClassName
{
border-color: #B366F1;
}
.TagClassName
{
border-color: #B366F1;
}
</style>