Shades of Medium Orchid #B350CF
Tints of Medium Orchid #B350CF
RGB
CMYK
RGB Variations
Color information
#B350CF (or 0xB350CF) is known color: Medium Orchid. HEX triplet: B3, 50 and CF. RGB value is (179,80,207). Sum of RGB (Red+Green+Blue) = 179+80+207=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #B350CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350CF is #4CAF30. Grayscale: #7B7B7B. Windows color (decimal): -5025585 or 13586611. OLE color: 13586611.
HSL color Cylindrical-coordinate representation of color #B350CF: hue angle of 286.77º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B350CF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 80 | 207 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.19 |
| HSL | 286.77º | 0.57% | 0.56% | - |
| HSV(B) | 286.77º | 0.61% | 0.81% | - |
| XYZ | 32.72 | 19.83 | 61.13 | - |
| YUV | 124.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 207 | 0.14 | 0.61 | 0 | 0.19 | 286.77 | 0.57 | 0.56 |
| Hex | B3 | 50 | CF | E | 3D | 0 | 13 | 11F | 39 | 38 |
| Octal | 263 | 120 | 317 | 16 | 75 | 0 | 23 | 437 | 71 | 70 |
| Binary | 10110011 | 1010000 | 11001111 | 1110 | 111101 | 0 | 10011 | 100011111 | 111001 | 111000 |
Color Harmonies of #B350CF
Complementary color
Monochromatic Colors of #B350CF
Black with #B350CF
Text Example
Text Example
White with #B350CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350CF; }
p { color: rgb(179,80,207); }
H1.HeaderClassName
{
color: #B350CF;
}
.AnyTagClassName
{
color: #B350CF;
}
</style>
background-color css
<style>
a { background-color: #B350CF; }
a { background-color: rgb(179,80,207); }
div.DivClassName
{
background-color: #B350CF;
}
.BgClassName
{
background-color: #B350CF;
}
</style>
border-color css
<style>
span { border-color: #B350CF; }
span { border-color: rgb(179,80,207); }
td.TdClassName
{
border-color: #B350CF;
}
.TagClassName
{
border-color: #B350CF;
}
</style>