Shades of Medium Orchid #B369DD
Tints of Medium Orchid #B369DD
RGB
CMYK
RGB Variations
Color information
#B369DD (or 0xB369DD) is known color: Medium Orchid. HEX triplet: B3, 69 and DD. RGB value is (179,105,221). Sum of RGB (Red+Green+Blue) = 179+105+221=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #B369DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369DD is #4C9622. Grayscale: #8B8B8B. Windows color (decimal): -5019171 or 14510515. OLE color: 14510515.
HSL color Cylindrical-coordinate representation of color #B369DD: hue angle of 278.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B369DD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 105 | 221 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.13 |
| HSL | 278.28º | 0.63% | 0.64% | - |
| HSV(B) | 278.28º | 0.52% | 0.87% | - |
| XYZ | 36.69 | 24.91 | 71.28 | - |
| YUV | 140.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 221 | 0.19 | 0.52 | 0 | 0.13 | 278.28 | 0.63 | 0.64 |
| Hex | B3 | 69 | DD | 13 | 34 | 0 | D | 116 | 3F | 40 |
| Octal | 263 | 151 | 335 | 23 | 64 | 0 | 15 | 426 | 77 | 100 |
| Binary | 10110011 | 1101001 | 11011101 | 10011 | 110100 | 0 | 1101 | 100010110 | 111111 | 1000000 |
Color Harmonies of #B369DD
Complementary color
Monochromatic Colors of #B369DD
Black with #B369DD
Text Example
Text Example
White with #B369DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B369DD; }
p { color: rgb(179,105,221); }
H1.HeaderClassName
{
color: #B369DD;
}
.AnyTagClassName
{
color: #B369DD;
}
</style>
background-color css
<style>
a { background-color: #B369DD; }
a { background-color: rgb(179,105,221); }
div.DivClassName
{
background-color: #B369DD;
}
.BgClassName
{
background-color: #B369DD;
}
</style>
border-color css
<style>
span { border-color: #B369DD; }
span { border-color: rgb(179,105,221); }
td.TdClassName
{
border-color: #B369DD;
}
.TagClassName
{
border-color: #B369DD;
}
</style>