Shades of Medium Orchid #B366DA
Tints of Medium Orchid #B366DA
RGB
CMYK
RGB Variations
Color information
#B366DA (or 0xB366DA) is known color: Medium Orchid. HEX triplet: B3, 66 and DA. RGB value is (179,102,218). Sum of RGB (Red+Green+Blue) = 179+102+218=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #B366DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B366DA is #4C9925. Grayscale: #898989. Windows color (decimal): -5019942 or 14313139. OLE color: 14313139.
HSL color Cylindrical-coordinate representation of color #B366DA: hue angle of 279.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B366DA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 102 | 218 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.15 |
| HSL | 279.83º | 0.61% | 0.63% | - |
| HSV(B) | 279.83º | 0.53% | 0.85% | - |
| XYZ | 36 | 24.15 | 69.09 | - |
| YUV | 138.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 218 | 0.18 | 0.53 | 0 | 0.15 | 279.83 | 0.61 | 0.63 |
| Hex | B3 | 66 | DA | 12 | 35 | 0 | F | 118 | 3D | 3F |
| Octal | 263 | 146 | 332 | 22 | 65 | 0 | 17 | 430 | 75 | 77 |
| Binary | 10110011 | 1100110 | 11011010 | 10010 | 110101 | 0 | 1111 | 100011000 | 111101 | 111111 |
Color Harmonies of #B366DA
Complementary color
Monochromatic Colors of #B366DA
Black with #B366DA
Text Example
Text Example
White with #B366DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366DA; }
p { color: rgb(179,102,218); }
H1.HeaderClassName
{
color: #B366DA;
}
.AnyTagClassName
{
color: #B366DA;
}
</style>
background-color css
<style>
a { background-color: #B366DA; }
a { background-color: rgb(179,102,218); }
div.DivClassName
{
background-color: #B366DA;
}
.BgClassName
{
background-color: #B366DA;
}
</style>
border-color css
<style>
span { border-color: #B366DA; }
span { border-color: rgb(179,102,218); }
td.TdClassName
{
border-color: #B366DA;
}
.TagClassName
{
border-color: #B366DA;
}
</style>