Shades of Medium Orchid #B369CF
Tints of Medium Orchid #B369CF
RGB
CMYK
RGB Variations
Color information
#B369CF (or 0xB369CF) is known color: Medium Orchid. HEX triplet: B3, 69 and CF. RGB value is (179,105,207). Sum of RGB (Red+Green+Blue) = 179+105+207=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B369CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369CF is #4C9630. Grayscale: #8A8A8A. Windows color (decimal): -5019185 or 13593011. OLE color: 13593011.
HSL color Cylindrical-coordinate representation of color #B369CF: hue angle of 283.53º degrees, saturation: 0.52, 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 #B369CF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 105 | 207 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.19 |
| HSL | 283.53º | 0.52% | 0.61% | - |
| HSV(B) | 283.53º | 0.49% | 0.81% | - |
| XYZ | 34.9 | 24.19 | 61.86 | - |
| YUV | 138.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 207 | 0.14 | 0.49 | 0 | 0.19 | 283.53 | 0.52 | 0.61 |
| Hex | B3 | 69 | CF | E | 31 | 0 | 13 | 11C | 34 | 3D |
| Octal | 263 | 151 | 317 | 16 | 61 | 0 | 23 | 434 | 64 | 75 |
| Binary | 10110011 | 1101001 | 11001111 | 1110 | 110001 | 0 | 10011 | 100011100 | 110100 | 111101 |
Color Harmonies of #B369CF
Complementary color
Monochromatic Colors of #B369CF
Black with #B369CF
Text Example
Text Example
White with #B369CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B369CF; }
p { color: rgb(179,105,207); }
H1.HeaderClassName
{
color: #B369CF;
}
.AnyTagClassName
{
color: #B369CF;
}
</style>
background-color css
<style>
a { background-color: #B369CF; }
a { background-color: rgb(179,105,207); }
div.DivClassName
{
background-color: #B369CF;
}
.BgClassName
{
background-color: #B369CF;
}
</style>
border-color css
<style>
span { border-color: #B369CF; }
span { border-color: rgb(179,105,207); }
td.TdClassName
{
border-color: #B369CF;
}
.TagClassName
{
border-color: #B369CF;
}
</style>