Shades of Medium Orchid #B269DB
Tints of Medium Orchid #B269DB
RGB
CMYK
RGB Variations
Color information
#B269DB (or 0xB269DB) is known color: Medium Orchid. HEX triplet: B2, 69 and DB. RGB value is (178,105,219). Sum of RGB (Red+Green+Blue) = 178+105+219=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B269DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269DB is #4D9624. Grayscale: #8B8B8B. Windows color (decimal): -5084709 or 14379442. OLE color: 14379442.
HSL color Cylindrical-coordinate representation of color #B269DB: hue angle of 278.42º 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 #B269DB is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 105 | 219 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.14 |
| HSL | 278.42º | 0.61% | 0.64% | - |
| HSV(B) | 278.42º | 0.52% | 0.86% | - |
| XYZ | 36.2 | 24.68 | 69.87 | - |
| YUV | 139.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 219 | 0.19 | 0.52 | 0 | 0.14 | 278.42 | 0.61 | 0.64 |
| Hex | B2 | 69 | DB | 13 | 34 | 0 | E | 116 | 3D | 40 |
| Octal | 262 | 151 | 333 | 23 | 64 | 0 | 16 | 426 | 75 | 100 |
| Binary | 10110010 | 1101001 | 11011011 | 10011 | 110100 | 0 | 1110 | 100010110 | 111101 | 1000000 |
Color Harmonies of #B269DB
Complementary color
Monochromatic Colors of #B269DB
Black with #B269DB
Text Example
Text Example
White with #B269DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B269DB; }
p { color: rgb(178,105,219); }
H1.HeaderClassName
{
color: #B269DB;
}
.AnyTagClassName
{
color: #B269DB;
}
</style>
background-color css
<style>
a { background-color: #B269DB; }
a { background-color: rgb(178,105,219); }
div.DivClassName
{
background-color: #B269DB;
}
.BgClassName
{
background-color: #B269DB;
}
</style>
border-color css
<style>
span { border-color: #B269DB; }
span { border-color: rgb(178,105,219); }
td.TdClassName
{
border-color: #B269DB;
}
.TagClassName
{
border-color: #B269DB;
}
</style>