Shades of Medium Orchid #B369D5
Tints of Medium Orchid #B369D5
RGB
CMYK
RGB Variations
Color information
#B369D5 (or 0xB369D5) is known color: Medium Orchid. HEX triplet: B3, 69 and D5. RGB value is (179,105,213). Sum of RGB (Red+Green+Blue) = 179+105+213=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #B369D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369D5 is #4C962A. Grayscale: #8B8B8B. Windows color (decimal): -5019179 or 13986227. OLE color: 13986227.
HSL color Cylindrical-coordinate representation of color #B369D5: hue angle of 281.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B369D5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 105 | 213 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.16 |
| HSL | 281.11º | 0.56% | 0.62% | - |
| HSV(B) | 281.11º | 0.51% | 0.84% | - |
| XYZ | 35.65 | 24.49 | 65.8 | - |
| YUV | 139.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 213 | 0.16 | 0.51 | 0 | 0.16 | 281.11 | 0.56 | 0.62 |
| Hex | B3 | 69 | D5 | 10 | 33 | 0 | 10 | 119 | 38 | 3E |
| Octal | 263 | 151 | 325 | 20 | 63 | 0 | 20 | 431 | 70 | 76 |
| Binary | 10110011 | 1101001 | 11010101 | 10000 | 110011 | 0 | 10000 | 100011001 | 111000 | 111110 |
Color Harmonies of #B369D5
Complementary color
Monochromatic Colors of #B369D5
Black with #B369D5
Text Example
Text Example
White with #B369D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B369D5; }
p { color: rgb(179,105,213); }
H1.HeaderClassName
{
color: #B369D5;
}
.AnyTagClassName
{
color: #B369D5;
}
</style>
background-color css
<style>
a { background-color: #B369D5; }
a { background-color: rgb(179,105,213); }
div.DivClassName
{
background-color: #B369D5;
}
.BgClassName
{
background-color: #B369D5;
}
</style>
border-color css
<style>
span { border-color: #B369D5; }
span { border-color: rgb(179,105,213); }
td.TdClassName
{
border-color: #B369D5;
}
.TagClassName
{
border-color: #B369D5;
}
</style>