Shades of Medium Orchid #B269ED
Tints of Medium Orchid #B269ED
RGB
CMYK
RGB Variations
Color information
#B269ED (or 0xB269ED) is known color: Medium Orchid. HEX triplet: B2, 69 and ED. RGB value is (178,105,237). Sum of RGB (Red+Green+Blue) = 178+105+237=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #B269ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269ED is #4D9612. Grayscale: #8D8D8D. Windows color (decimal): -5084691 or 15559090. OLE color: 15559090.
HSL color Cylindrical-coordinate representation of color #B269ED: hue angle of 273.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B269ED is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 105 | 237 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.07 |
| HSL | 273.18º | 0.79% | 0.67% | - |
| HSV(B) | 273.18º | 0.56% | 0.93% | - |
| XYZ | 38.7 | 25.68 | 83.04 | - |
| YUV | 141.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 237 | 0.25 | 0.56 | 0 | 0.07 | 273.18 | 0.79 | 0.67 |
| Hex | B2 | 69 | ED | 19 | 38 | 0 | 7 | 111 | 4F | 43 |
| Octal | 262 | 151 | 355 | 31 | 70 | 0 | 7 | 421 | 117 | 103 |
| Binary | 10110010 | 1101001 | 11101101 | 11001 | 111000 | 0 | 111 | 100010001 | 1001111 | 1000011 |
Color Harmonies of #B269ED
Complementary color
Monochromatic Colors of #B269ED
Black with #B269ED
Text Example
Text Example
White with #B269ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B269ED; }
p { color: rgb(178,105,237); }
H1.HeaderClassName
{
color: #B269ED;
}
.AnyTagClassName
{
color: #B269ED;
}
</style>
background-color css
<style>
a { background-color: #B269ED; }
a { background-color: rgb(178,105,237); }
div.DivClassName
{
background-color: #B269ED;
}
.BgClassName
{
background-color: #B269ED;
}
</style>
border-color css
<style>
span { border-color: #B269ED; }
span { border-color: rgb(178,105,237); }
td.TdClassName
{
border-color: #B269ED;
}
.TagClassName
{
border-color: #B269ED;
}
</style>