Shades of Medium Orchid #B269CE
Tints of Medium Orchid #B269CE
RGB
CMYK
RGB Variations
Color information
#B269CE (or 0xB269CE) is known color: Medium Orchid. HEX triplet: B2, 69 and CE. RGB value is (178,105,206). Sum of RGB (Red+Green+Blue) = 178+105+206=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B269CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269CE is #4D9631. Grayscale: #8A8A8A. Windows color (decimal): -5084722 or 13527474. OLE color: 13527474.
HSL color Cylindrical-coordinate representation of color #B269CE: hue angle of 283.37º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B269CE is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 105 | 206 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.19 |
| HSL | 283.37º | 0.51% | 0.61% | - |
| HSV(B) | 283.37º | 0.49% | 0.81% | - |
| XYZ | 34.55 | 24.02 | 61.21 | - |
| YUV | 138.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 206 | 0.14 | 0.49 | 0 | 0.19 | 283.37 | 0.51 | 0.61 |
| Hex | B2 | 69 | CE | E | 31 | 0 | 13 | 11B | 33 | 3D |
| Octal | 262 | 151 | 316 | 16 | 61 | 0 | 23 | 433 | 63 | 75 |
| Binary | 10110010 | 1101001 | 11001110 | 1110 | 110001 | 0 | 10011 | 100011011 | 110011 | 111101 |
Color Harmonies of #B269CE
Complementary color
Monochromatic Colors of #B269CE
Black with #B269CE
Text Example
Text Example
White with #B269CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B269CE; }
p { color: rgb(178,105,206); }
H1.HeaderClassName
{
color: #B269CE;
}
.AnyTagClassName
{
color: #B269CE;
}
</style>
background-color css
<style>
a { background-color: #B269CE; }
a { background-color: rgb(178,105,206); }
div.DivClassName
{
background-color: #B269CE;
}
.BgClassName
{
background-color: #B269CE;
}
</style>
border-color css
<style>
span { border-color: #B269CE; }
span { border-color: rgb(178,105,206); }
td.TdClassName
{
border-color: #B269CE;
}
.TagClassName
{
border-color: #B269CE;
}
</style>