Shades of Medium Orchid #B347CF
Tints of Medium Orchid #B347CF
RGB
CMYK
RGB Variations
Color information
#B347CF (or 0xB347CF) is known color: Medium Orchid. HEX triplet: B3, 47 and CF. RGB value is (179,71,207). Sum of RGB (Red+Green+Blue) = 179+71+207=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #B347CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347CF is #4CB830. Grayscale: #767676. Windows color (decimal): -5027889 or 13584307. OLE color: 13584307.
HSL color Cylindrical-coordinate representation of color #B347CF: hue angle of 287.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B347CF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 71 | 207 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.19 |
| HSL | 287.65º | 0.59% | 0.55% | - |
| HSV(B) | 287.65º | 0.66% | 0.81% | - |
| XYZ | 32.11 | 18.6 | 60.93 | - |
| YUV | 118.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 207 | 0.14 | 0.66 | 0 | 0.19 | 287.65 | 0.59 | 0.55 |
| Hex | B3 | 47 | CF | E | 42 | 0 | 13 | 120 | 3B | 37 |
| Octal | 263 | 107 | 317 | 16 | 102 | 0 | 23 | 440 | 73 | 67 |
| Binary | 10110011 | 1000111 | 11001111 | 1110 | 1000010 | 0 | 10011 | 100100000 | 111011 | 110111 |
Color Harmonies of #B347CF
Complementary color
Monochromatic Colors of #B347CF
Black with #B347CF
Text Example
Text Example
White with #B347CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B347CF; }
p { color: rgb(179,71,207); }
H1.HeaderClassName
{
color: #B347CF;
}
.AnyTagClassName
{
color: #B347CF;
}
</style>
background-color css
<style>
a { background-color: #B347CF; }
a { background-color: rgb(179,71,207); }
div.DivClassName
{
background-color: #B347CF;
}
.BgClassName
{
background-color: #B347CF;
}
</style>
border-color css
<style>
span { border-color: #B347CF; }
span { border-color: rgb(179,71,207); }
td.TdClassName
{
border-color: #B347CF;
}
.TagClassName
{
border-color: #B347CF;
}
</style>