Shades of Medium Orchid #B269D3
Tints of Medium Orchid #B269D3
RGB
CMYK
RGB Variations
Color information
#B269D3 (or 0xB269D3) is known color: Medium Orchid. HEX triplet: B2, 69 and D3. RGB value is (178,105,211). Sum of RGB (Red+Green+Blue) = 178+105+211=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #B269D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269D3 is #4D962C. Grayscale: #8A8A8A. Windows color (decimal): -5084717 or 13855154. OLE color: 13855154.
HSL color Cylindrical-coordinate representation of color #B269D3: hue angle of 281.32º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B269D3 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 105 | 211 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.17 |
| HSL | 281.32º | 0.55% | 0.62% | - |
| HSV(B) | 281.32º | 0.5% | 0.83% | - |
| XYZ | 35.17 | 24.27 | 64.46 | - |
| YUV | 138.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 211 | 0.16 | 0.50 | 0 | 0.17 | 281.32 | 0.55 | 0.62 |
| Hex | B2 | 69 | D3 | 10 | 32 | 0 | 11 | 119 | 37 | 3E |
| Octal | 262 | 151 | 323 | 20 | 62 | 0 | 21 | 431 | 67 | 76 |
| Binary | 10110010 | 1101001 | 11010011 | 10000 | 110010 | 0 | 10001 | 100011001 | 110111 | 111110 |
Color Harmonies of #B269D3
Complementary color
Monochromatic Colors of #B269D3
Black with #B269D3
Text Example
Text Example
White with #B269D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B269D3; }
p { color: rgb(178,105,211); }
H1.HeaderClassName
{
color: #B269D3;
}
.AnyTagClassName
{
color: #B269D3;
}
</style>
background-color css
<style>
a { background-color: #B269D3; }
a { background-color: rgb(178,105,211); }
div.DivClassName
{
background-color: #B269D3;
}
.BgClassName
{
background-color: #B269D3;
}
</style>
border-color css
<style>
span { border-color: #B269D3; }
span { border-color: rgb(178,105,211); }
td.TdClassName
{
border-color: #B269D3;
}
.TagClassName
{
border-color: #B269D3;
}
</style>