Shades of Medium Orchid #B369DB
Tints of Medium Orchid #B369DB
RGB
CMYK
RGB Variations
Color information
#B369DB (or 0xB369DB) is known color: Medium Orchid. HEX triplet: B3, 69 and DB. RGB value is (179,105,219). Sum of RGB (Red+Green+Blue) = 179+105+219=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #B369DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369DB is #4C9624. Grayscale: #8B8B8B. Windows color (decimal): -5019173 or 14379443. OLE color: 14379443.
HSL color Cylindrical-coordinate representation of color #B369DB: hue angle of 278.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B369DB is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 105 | 219 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.14 |
| HSL | 278.95º | 0.61% | 0.64% | - |
| HSV(B) | 278.95º | 0.52% | 0.86% | - |
| XYZ | 36.43 | 24.8 | 69.88 | - |
| YUV | 140.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 219 | 0.18 | 0.52 | 0 | 0.14 | 278.95 | 0.61 | 0.64 |
| Hex | B3 | 69 | DB | 12 | 34 | 0 | E | 117 | 3D | 40 |
| Octal | 263 | 151 | 333 | 22 | 64 | 0 | 16 | 427 | 75 | 100 |
| Binary | 10110011 | 1101001 | 11011011 | 10010 | 110100 | 0 | 1110 | 100010111 | 111101 | 1000000 |
Color Harmonies of #B369DB
Complementary color
Monochromatic Colors of #B369DB
Black with #B369DB
Text Example
Text Example
White with #B369DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B369DB; }
p { color: rgb(179,105,219); }
H1.HeaderClassName
{
color: #B369DB;
}
.AnyTagClassName
{
color: #B369DB;
}
</style>
background-color css
<style>
a { background-color: #B369DB; }
a { background-color: rgb(179,105,219); }
div.DivClassName
{
background-color: #B369DB;
}
.BgClassName
{
background-color: #B369DB;
}
</style>
border-color css
<style>
span { border-color: #B369DB; }
span { border-color: rgb(179,105,219); }
td.TdClassName
{
border-color: #B369DB;
}
.TagClassName
{
border-color: #B369DB;
}
</style>