Shades of Medium Orchid #B366E3
Tints of Medium Orchid #B366E3
RGB
CMYK
RGB Variations
Color information
#B366E3 (or 0xB366E3) is known color: Medium Orchid. HEX triplet: B3, 66 and E3. RGB value is (179,102,227). Sum of RGB (Red+Green+Blue) = 179+102+227=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #B366E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366E3 is #4C991C. Grayscale: #8A8A8A. Windows color (decimal): -5019933 or 14902963. OLE color: 14902963.
HSL color Cylindrical-coordinate representation of color #B366E3: hue angle of 276.96º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B366E3 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 102 | 227 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.11 |
| HSL | 276.96º | 0.69% | 0.65% | - |
| HSV(B) | 276.96º | 0.55% | 0.89% | - |
| XYZ | 37.21 | 24.63 | 75.47 | - |
| YUV | 139.27 | 177.51 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 227 | 0.21 | 0.55 | 0 | 0.11 | 276.96 | 0.69 | 0.65 |
| Hex | B3 | 66 | E3 | 15 | 37 | 0 | B | 115 | 45 | 41 |
| Octal | 263 | 146 | 343 | 25 | 67 | 0 | 13 | 425 | 105 | 101 |
| Binary | 10110011 | 1100110 | 11100011 | 10101 | 110111 | 0 | 1011 | 100010101 | 1000101 | 1000001 |
Color Harmonies of #B366E3
Complementary color
Monochromatic Colors of #B366E3
Black with #B366E3
Text Example
Text Example
White with #B366E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366E3; }
p { color: rgb(179,102,227); }
H1.HeaderClassName
{
color: #B366E3;
}
.AnyTagClassName
{
color: #B366E3;
}
</style>
background-color css
<style>
a { background-color: #B366E3; }
a { background-color: rgb(179,102,227); }
div.DivClassName
{
background-color: #B366E3;
}
.BgClassName
{
background-color: #B366E3;
}
</style>
border-color css
<style>
span { border-color: #B366E3; }
span { border-color: rgb(179,102,227); }
td.TdClassName
{
border-color: #B366E3;
}
.TagClassName
{
border-color: #B366E3;
}
</style>